diff options
author | bunnei <[email protected]> | 2023-05-30 20:50:09 -0700 |
---|---|---|
committer | bunnei <[email protected]> | 2023-06-03 00:06:05 -0700 |
commit | ee8caac82f8276dd6585042850c76373dd36ed69 (patch) | |
tree | 54536a19b492e15ba91441d2bd89f404b0e1536d /.ci | |
parent | 17b5ed9baf44e81c81c29c63e5ae4a91c558c5df (diff) | |
download | yuzu-android-ee8caac82f8276dd6585042850c76373dd36ed69.tar.gz yuzu-android-ee8caac82f8276dd6585042850c76373dd36ed69.zip |
android: Various fixes for CI.
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/scripts/android/build.sh | 3 | ||||
-rwxr-xr-x | .ci/scripts/android/upload.sh | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.ci/scripts/android/build.sh b/.ci/scripts/android/build.sh index 1d669919c..a5fd1ee18 100755 --- a/.ci/scripts/android/build.sh +++ b/.ci/scripts/android/build.sh @@ -1,5 +1,8 @@ #!/bin/bash -ex +# SPDX-FileCopyrightText: 2023 yuzu Emulator Project +# SPDX-License-Identifier: GPL-3.0-or-later + export NDK_CCACHE="$(which ccache)" ccache -s diff --git a/.ci/scripts/android/upload.sh b/.ci/scripts/android/upload.sh index 269684178..cfaeff328 100755 --- a/.ci/scripts/android/upload.sh +++ b/.ci/scripts/android/upload.sh @@ -1,5 +1,8 @@ #!/bin/bash -ex +# SPDX-FileCopyrightText: 2023 yuzu Emulator Project +# SPDX-License-Identifier: GPL-3.0-or-later + . ./.ci/scripts/common/pre-upload.sh REV_NAME="yuzu-${GITDATE}-${GITREV}" |