diff options
author | bunnei <bunneidev@gmail.com> | 2019-11-06 02:44:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-06 02:44:17 +0100 |
commit | 62a3d59288af900f086e56a073c0118e48933d84 (patch) | |
tree | d4972e937bf08ba50f6112574224aa0f0bb1732b /.ci | |
parent | Merge pull request #3065 from bunnei/zero-init-padding (diff) | |
parent | externals: Track upstream libzip (diff) | |
download | yuzu-62a3d59288af900f086e56a073c0118e48933d84.tar yuzu-62a3d59288af900f086e56a073c0118e48933d84.tar.gz yuzu-62a3d59288af900f086e56a073c0118e48933d84.tar.bz2 yuzu-62a3d59288af900f086e56a073c0118e48933d84.tar.lz yuzu-62a3d59288af900f086e56a073c0118e48933d84.tar.xz yuzu-62a3d59288af900f086e56a073c0118e48933d84.tar.zst yuzu-62a3d59288af900f086e56a073c0118e48933d84.zip |
Diffstat (limited to '')
-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 |