summaryrefslogtreecommitdiff
path: root/.ci/scripts/linux/docker.sh
diff options
context:
space:
mode:
authorGravatar liushuyu2021-12-22 23:31:57 -0700
committerGravatar liushuyu2022-07-04 21:21:56 -0600
commita1815b617ceebf9a0a43c6fb89a13ac7f37f9ba4 (patch)
treeb5822f53279efae6dc0353732eae08e8d251f3d0 /.ci/scripts/linux/docker.sh
parentMerge pull request #8521 from lat9nq/gdbstub-in-bounds (diff)
downloadyuzu-a1815b617ceebf9a0a43c6fb89a13ac7f37f9ba4.tar.gz
yuzu-a1815b617ceebf9a0a43c6fb89a13ac7f37f9ba4.tar.xz
yuzu-a1815b617ceebf9a0a43c6fb89a13ac7f37f9ba4.zip
CI: Use GitHub Actions to check pull requests
Diffstat (limited to '.ci/scripts/linux/docker.sh')
-rwxr-xr-x.ci/scripts/linux/docker.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/.ci/scripts/linux/docker.sh b/.ci/scripts/linux/docker.sh
index 5070b92d1..38b29294c 100755
--- a/.ci/scripts/linux/docker.sh
+++ b/.ci/scripts/linux/docker.sh
@@ -3,8 +3,6 @@
3# Exit on error, rather than continuing with the rest of the script. 3# Exit on error, rather than continuing with the rest of the script.
4set -e 4set -e
5 5
6cd /yuzu
7
8ccache -s 6ccache -s
9 7
10mkdir build || true && cd build 8mkdir build || true && cd build