diff options
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}" |