diff options
| author | 2021-12-22 23:31:57 -0700 | |
|---|---|---|
| committer | 2022-07-04 21:21:56 -0600 | |
| commit | a1815b617ceebf9a0a43c6fb89a13ac7f37f9ba4 (patch) | |
| tree | b5822f53279efae6dc0353732eae08e8d251f3d0 /.ci/scripts/linux/docker.sh | |
| parent | Merge pull request #8521 from lat9nq/gdbstub-in-bounds (diff) | |
| download | yuzu-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.sh | 2 |
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. |
| 4 | set -e | 4 | set -e |
| 5 | 5 | ||
| 6 | cd /yuzu | ||
| 7 | |||
| 8 | ccache -s | 6 | ccache -s |
| 9 | 7 | ||
| 10 | mkdir build || true && cd build | 8 | mkdir build || true && cd build |