diff options
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 | |||
| 11 | 11 | ||
| 12 | ccache -s | 12 | ccache -s |
| 13 | 13 | ||
| 14 | ctest -VV -C Release | 14 | # Ignore zlib's tests, since they aren't gated behind a CMake option. |
| 15 | ctest -VV -E "(example|example64)" -C Release | ||