diff options
author | liushuyu <liushuyu011@gmail.com> | 2021-12-22 23:31:57 -0700 |
---|---|---|
committer | liushuyu <liushuyu011@gmail.com> | 2022-07-04 21:21:56 -0600 |
commit | a1815b617ceebf9a0a43c6fb89a13ac7f37f9ba4 (patch) | |
tree | b5822f53279efae6dc0353732eae08e8d251f3d0 /.ci/scripts/clang/docker.sh | |
parent | 908c79881b9adfc494143dba78e6934c9be4209a (diff) |
CI: Use GitHub Actions to check pull requests
Diffstat (limited to '.ci/scripts/clang/docker.sh')
-rwxr-xr-x | .ci/scripts/clang/docker.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.ci/scripts/clang/docker.sh b/.ci/scripts/clang/docker.sh index 885d74e97..4bb07105a 100755 --- a/.ci/scripts/clang/docker.sh +++ b/.ci/scripts/clang/docker.sh @@ -3,8 +3,6 @@ # Exit on error, rather than continuing with the rest of the script. set -e -cd /yuzu - ccache -s mkdir build || true && cd build |