summaryrefslogtreecommitdiffstats
path: root/.ci/scripts
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-05-31 05:50:09 +0200
committerbunnei <bunneidev@gmail.com>2023-06-03 09:06:05 +0200
commitee8caac82f8276dd6585042850c76373dd36ed69 (patch)
tree54536a19b492e15ba91441d2bd89f404b0e1536d /.ci/scripts
parentandroid: externals: Update libadrenotools, use useLegacyPackaging. (diff)
downloadyuzu-ee8caac82f8276dd6585042850c76373dd36ed69.tar
yuzu-ee8caac82f8276dd6585042850c76373dd36ed69.tar.gz
yuzu-ee8caac82f8276dd6585042850c76373dd36ed69.tar.bz2
yuzu-ee8caac82f8276dd6585042850c76373dd36ed69.tar.lz
yuzu-ee8caac82f8276dd6585042850c76373dd36ed69.tar.xz
yuzu-ee8caac82f8276dd6585042850c76373dd36ed69.tar.zst
yuzu-ee8caac82f8276dd6585042850c76373dd36ed69.zip
Diffstat (limited to '.ci/scripts')
-rwxr-xr-x.ci/scripts/android/build.sh3
-rwxr-xr-x.ci/scripts/android/upload.sh3
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}"