summaryrefslogtreecommitdiffstats
path: root/.ci
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-10-04 04:53:03 +0200
committerLioncash <mathew1800@gmail.com>2019-10-04 11:01:57 +0200
commit80bdb44ead002e37eec935fb905c604e7d7a1d43 (patch)
tree953c9e9244ccba2f9209a881a11d23f4a2a22136 /.ci
parentMerge pull request #2539 from DarkLordZach/bcat (diff)
downloadyuzu-80bdb44ead002e37eec935fb905c604e7d7a1d43.tar
yuzu-80bdb44ead002e37eec935fb905c604e7d7a1d43.tar.gz
yuzu-80bdb44ead002e37eec935fb905c604e7d7a1d43.tar.bz2
yuzu-80bdb44ead002e37eec935fb905c604e7d7a1d43.tar.lz
yuzu-80bdb44ead002e37eec935fb905c604e7d7a1d43.tar.xz
yuzu-80bdb44ead002e37eec935fb905c604e7d7a1d43.tar.zst
yuzu-80bdb44ead002e37eec935fb905c604e7d7a1d43.zip
Diffstat (limited to '.ci')
-rw-r--r--.ci/scripts/linux/docker.sh3
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