mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 11:28:09 +02:00
Move check-refs.sh into its own test
to avoid make the tests wait too long before they start
This commit is contained in:
parent
1af1e11254
commit
e25dfaed8c
1 changed files with 6 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue