summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2022-12-31 16:05:27 +0100
committerUli Schlachter <psychon@znc.in>2022-12-31 16:05:27 +0100
commit997870601bc2a1a8849f51c1055fc0c1f4d075ca (patch)
treedac99f8360d8366ad89843b94b1b1cfcd9ba12d3 /.gitlab-ci.yml
parentd546a78c6f12b02cf3e67c7e3c4e27c2825dd7ff (diff)
downloadcairo-997870601bc2a1a8849f51c1055fc0c1f4d075ca.tar.gz
Run check-refs.sh in CI
The check-refs.sh script detects duplicate reference images. This commit adds it to be run by CI. For this, the script is extended with a proper exit code. Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3374b1cc4..7ee5f5681 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -246,6 +246,8 @@ fedora meson build:
- (cd doc/public && bash "check-doc-syntax.sh")
# FIXME: The following line really needs gtk-doc to run first
- (cd doc/public && DOC_MODULE=cairo bash "check-doc-coverage.sh")
+ # Check for duplicate reference images
+ - ./test/check-refs.sh "$(pwd)/builddir/test/pdiff/perceptualdiff"
- ninja -C builddir install
artifacts: