diff options
author | Lioncash <mathew1800@gmail.com> | 2019-10-29 21:42:41 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-10-29 21:58:23 +0100 |
commit | c2486f77e4ba78ba58e9894b1f6f07dd29798331 (patch) | |
tree | d2c99090a0e964327e8df57648a20c916ddea891 /.ci | |
parent | Merge pull request #3023 from lioncash/opus (diff) | |
download | yuzu-c2486f77e4ba78ba58e9894b1f6f07dd29798331.tar yuzu-c2486f77e4ba78ba58e9894b1f6f07dd29798331.tar.gz yuzu-c2486f77e4ba78ba58e9894b1f6f07dd29798331.tar.bz2 yuzu-c2486f77e4ba78ba58e9894b1f6f07dd29798331.tar.lz yuzu-c2486f77e4ba78ba58e9894b1f6f07dd29798331.tar.xz yuzu-c2486f77e4ba78ba58e9894b1f6f07dd29798331.tar.zst yuzu-c2486f77e4ba78ba58e9894b1f6f07dd29798331.zip |
Diffstat (limited to '.ci')
-rw-r--r-- | .ci/scripts/linux/docker.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.ci/scripts/linux/docker.sh b/.ci/scripts/linux/docker.sh index 090ca75f1..5559a527c 100644 --- a/.ci/scripts/linux/docker.sh +++ b/.ci/scripts/linux/docker.sh @@ -11,5 +11,4 @@ ninja ccache -s -# Ignore zlib's tests, since they aren't gated behind a CMake option. -ctest -VV -E "(example|example64)" -C Release +ctest -VV -C Release |