summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2023-01-03 07:50:44 +1030
committerAdrian Johnson <ajohnson@redneon.com>2023-01-03 08:03:38 +1030
commite25dfaed8c7e0322e03270de92ecbece51223c1d (patch)
tree8f38438a345a849646b75b4a21df1d61585c481e /.gitlab-ci.yml
parent1af1e11254c29f6bd1f61b9e1776a57d4a772919 (diff)
downloadcairo-e25dfaed8c7e0322e03270de92ecbece51223c1d.tar.gz
Move check-refs.sh into its own test
to avoid make the tests wait too long before they start
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 dc93c6ee8..735f9070e 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: