diff options
| author | bunnei <bunneidev@gmail.com> | 2019-10-04 15:44:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-04 15:44:13 -0400 |
| commit | accdb84993ca8fbb8f69c505dd9a3c5a7064bebf (patch) | |
| tree | 70d77e931f85d83cbc0e9b5fc0a310299d0ab95d /.ci/scripts/linux | |
| parent | c81872851334ffbb6690e20ada876d877aff5af8 (diff) | |
| parent | e29492d114a9caecaac8698457157ba93c8ee01e (diff) | |
Merge pull request #2940 from lioncash/zlib
externals: Track mainline zlib as a submodule
Diffstat (limited to '.ci/scripts/linux')
| -rw-r--r-- | .ci/scripts/linux/docker.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.ci/scripts/linux/docker.sh b/.ci/scripts/linux/docker.sh index f538a4081..296b14e56 100644 --- a/.ci/scripts/linux/docker.sh +++ b/.ci/scripts/linux/docker.sh @@ -11,4 +11,5 @@ ninja ccache -s -ctest -VV -C Release +# Ignore zlib's tests, since they aren't gated behind a CMake option. +ctest -VV -E "(example|example64)" -C Release |
