summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2023-01-03 19:03:26 +0000
committerAdrian Johnson <ajohnson@redneon.com>2023-01-03 19:03:26 +0000
commit4e51d1536f935a788fe19cf3889499df69834827 (patch)
tree19d63149c245dc1bb7c80304da1bc3784b38c410 /.gitlab-ci.yml
parent74ec3ee086dad7287a279f9260114e15416ad4bc (diff)
parente25dfaed8c7e0322e03270de92ecbece51223c1d (diff)
downloadcairo-4e51d1536f935a788fe19cf3889499df69834827.tar.gz
Merge branch 'separate-check-refs' into 'master'
Move check-refs.sh into its own test See merge request cairo/cairo!388
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d5bcf5423..f1c4ecab7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -133,6 +133,12 @@ fedora autotools build:
- "builddir/test/**/*.cs"
- "builddir/test/**/*.trace"
+fedora meson build check-refs.sh:
+ extends: '.test fedora meson'
+ script:
+ # Check for duplicate reference images
+ - ./test/check-refs.sh "$(pwd)/builddir/test/pdiff/perceptualdiff"
+
test fedora meson pdf:
extends: '.test fedora meson'
script:
@@ -254,8 +260,6 @@ 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: