[cairo-commit] 2 commits - .gitlab-ci.yml
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Jan 3 19:03:28 UTC 2023
.gitlab-ci.yml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
New commits:
commit 4e51d1536f935a788fe19cf3889499df69834827
Merge: 74ec3ee08 e25dfaed8
Author: Adrian Johnson <ajohnson at redneon.com>
Date: Tue Jan 3 19:03:26 2023 +0000
Merge branch 'separate-check-refs' into 'master'
Move check-refs.sh into its own test
See merge request cairo/cairo!388
commit e25dfaed8c7e0322e03270de92ecbece51223c1d
Author: Adrian Johnson <ajohnson at redneon.com>
Date: Tue Jan 3 07:50:44 2023 +1030
Move check-refs.sh into its own test
to avoid make the tests wait too long before they start
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:
More information about the cairo-commit
mailing list