diff options
| author | 2023-05-30 20:50:09 -0700 | |
|---|---|---|
| committer | 2023-06-03 00:06:05 -0700 | |
| commit | ee8caac82f8276dd6585042850c76373dd36ed69 (patch) | |
| tree | 54536a19b492e15ba91441d2bd89f404b0e1536d /.ci | |
| parent | android: externals: Update libadrenotools, use useLegacyPackaging. (diff) | |
| download | yuzu-ee8caac82f8276dd6585042850c76373dd36ed69.tar.gz yuzu-ee8caac82f8276dd6585042850c76373dd36ed69.tar.xz yuzu-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 @@ | |||
| 1 | #!/bin/bash -ex | 1 | #!/bin/bash -ex |
| 2 | 2 | ||
| 3 | # SPDX-FileCopyrightText: 2023 yuzu Emulator Project | ||
| 4 | # SPDX-License-Identifier: GPL-3.0-or-later | ||
| 5 | |||
| 3 | export NDK_CCACHE="$(which ccache)" | 6 | export NDK_CCACHE="$(which ccache)" |
| 4 | ccache -s | 7 | ccache -s |
| 5 | 8 | ||
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 @@ | |||
| 1 | #!/bin/bash -ex | 1 | #!/bin/bash -ex |
| 2 | 2 | ||
| 3 | # SPDX-FileCopyrightText: 2023 yuzu Emulator Project | ||
| 4 | # SPDX-License-Identifier: GPL-3.0-or-later | ||
| 5 | |||
| 3 | . ./.ci/scripts/common/pre-upload.sh | 6 | . ./.ci/scripts/common/pre-upload.sh |
| 4 | 7 | ||
| 5 | REV_NAME="yuzu-${GITDATE}-${GITREV}" | 8 | REV_NAME="yuzu-${GITDATE}-${GITREV}" |