This commit is contained in:
lizzie 2026-02-21 23:39:48 +00:00
parent f8c6332ab5
commit 625395bfec
2 changed files with 6 additions and 0 deletions

3
.ci/ios/build.sh Normal file → Executable file
View file

@ -1,5 +1,8 @@
#!/bin/sh -ex #!/bin/sh -ex
# SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
# SPDX-License-Identifier: GPL-3.0-or-later
WORK_DIR="$PWD" WORK_DIR="$PWD"
if [ -z "$NPROC" ]; then if [ -z "$NPROC" ]; then
NPROC="$(nproc)" NPROC="$(nproc)"

View file

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
# SPDX-License-Identifier: GPL-3.0-or-later
# This file is part of the ios-cmake project. It was retrieved from # This file is part of the ios-cmake project. It was retrieved from
# https://github.com/leetal/ios-cmake.git, which is a fork of # https://github.com/leetal/ios-cmake.git, which is a fork of
# https://github.com/gerstrong/ios-cmake.git, which is a fork of # https://github.com/gerstrong/ios-cmake.git, which is a fork of