summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2023-01-10 11:09:11 +0000
committerAdrian Johnson <ajohnson@redneon.com>2023-01-10 11:09:11 +0000
commit1cfea7d979c1f2f95480bac8fbc10d30d28bf05e (patch)
treeddc432b617467f4cd94e11e05082e882bb6d5eb1 /.gitlab-ci.yml
parentc76a699f6cfd386b134f63515dc6a3c791fdd226 (diff)
parent7471a323a70203e983b88e7561a4c95d653f875f (diff)
downloadcairo-1cfea7d979c1f2f95480bac8fbc10d30d28bf05e.tar.gz
Merge branch 'colr-v1' into 'master'
COLRv1 glyph renderer See merge request cairo/cairo!397
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d18644277..699fdbf1f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -240,7 +240,7 @@ fedora meson build:
- touch builddir/src/.libs/libfoo.so
# Run all the tests, except for the big test executable which
# gets run separately
- - meson test -C builddir --no-suite=slow
+ - meson test -C builddir --no-suite=slow --print-errorlogs
# TODO: These aren't set up as Meson tests yet
- (cd doc/public && bash "check-doc-syntax.sh")