summaryrefslogtreecommitdiffstats
path: root/.ci/scripts/clang
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2022-07-27 19:00:59 +0200
committerGitHub <noreply@github.com>2022-07-27 19:00:59 +0200
commit1779795d817f575ad48469d782b671ae7104bd19 (patch)
tree66af975c5f64fa6611e90ba89ee9fc9d277f53f6 /.ci/scripts/clang
parentMerge pull request #8652 from lat9nq/ffmpeg-gh (diff)
parentci: add reuse job (diff)
downloadyuzu-1779795d817f575ad48469d782b671ae7104bd19.tar
yuzu-1779795d817f575ad48469d782b671ae7104bd19.tar.gz
yuzu-1779795d817f575ad48469d782b671ae7104bd19.tar.bz2
yuzu-1779795d817f575ad48469d782b671ae7104bd19.tar.lz
yuzu-1779795d817f575ad48469d782b671ae7104bd19.tar.xz
yuzu-1779795d817f575ad48469d782b671ae7104bd19.tar.zst
yuzu-1779795d817f575ad48469d782b671ae7104bd19.zip
Diffstat (limited to '.ci/scripts/clang')
-rwxr-xr-x.ci/scripts/clang/docker.sh3
-rw-r--r--.ci/scripts/clang/exec.sh3
-rwxr-xr-x.ci/scripts/clang/upload.sh3
3 files changed, 9 insertions, 0 deletions
diff --git a/.ci/scripts/clang/docker.sh b/.ci/scripts/clang/docker.sh
index db736f72b..792ef4aa8 100755
--- a/.ci/scripts/clang/docker.sh
+++ b/.ci/scripts/clang/docker.sh
@@ -1,5 +1,8 @@
#!/bin/bash -ex
+# SPDX-FileCopyrightText: 2021 yuzu Emulator Project
+# SPDX-License-Identifier: GPL-2.0-or-later
+
# Exit on error, rather than continuing with the rest of the script.
set -e
diff --git a/.ci/scripts/clang/exec.sh b/.ci/scripts/clang/exec.sh
index a213aac27..664fce5f8 100644
--- a/.ci/scripts/clang/exec.sh
+++ b/.ci/scripts/clang/exec.sh
@@ -1,5 +1,8 @@
#!/bin/bash -ex
+# SPDX-FileCopyrightText: 2021 yuzu Emulator Project
+# SPDX-License-Identifier: GPL-2.0-or-later
+
mkdir -p "ccache" || true
chmod a+x ./.ci/scripts/clang/docker.sh
# the UID for the container yuzu user is 1027
diff --git a/.ci/scripts/clang/upload.sh b/.ci/scripts/clang/upload.sh
index fe4e6b2ac..0b4b3e330 100755
--- a/.ci/scripts/clang/upload.sh
+++ b/.ci/scripts/clang/upload.sh
@@ -1,5 +1,8 @@
#!/bin/bash -ex
+# SPDX-FileCopyrightText: 2021 yuzu Emulator Project
+# SPDX-License-Identifier: GPL-2.0-or-later
+
. .ci/scripts/common/pre-upload.sh
REV_NAME="yuzu-linux-${GITDATE}-${GITREV}"