diff options
| author | bunnei <bunneidev@gmail.com> | 2019-11-05 20:44:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-05 20:44:17 -0500 |
| commit | 62a3d59288af900f086e56a073c0118e48933d84 (patch) | |
| tree | d4972e937bf08ba50f6112574224aa0f0bb1732b /.ci/scripts/linux | |
| parent | 4dc068a90c58e6204173af20f1a6ef29b48ddb28 (diff) | |
| parent | 1643af431c50a0518b50fbc1f7c8c9470a9dfbdc (diff) | |
Merge pull request #3045 from lioncash/zlib-tests
externals: Remove special casing of zlib's tests.
Diffstat (limited to '.ci/scripts/linux')
| -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 |
