summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2021-08-30 07:27:44 +0930
committerAdrian Johnson <ajohnson@redneon.com>2023-01-02 22:43:39 +1030
commite8b622ebe63e8e1000ba2b7c60f54143a5376363 (patch)
treea969149c2c08e25a4817e87922cd5b4ab1eeeb39 /.gitlab-ci.yml
parent7f83c30943951d87b24913452f94fb529ce7504f (diff)
downloadcairo-e8b622ebe63e8e1000ba2b7c60f54143a5376363.tar.gz
Support check-def.sh in meson build
The original check-def.sh called make. In meson, check-def.sh is replaced by two shell scripts, one for generating cairo.def, the other for comparing with the library symbols. The library filename appended to the cairo.def has been omitted as this is only reqired in autotools builds where the cairo.def is also to generate cairo.dll in the windows build. make-cairo-def.sh is based on the cairo.def target in Makefile.am. meson-check-def.sh is based on check-def.sh
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7ee5f5681..83a9d5c00 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -235,7 +235,6 @@ fedora meson build:
- ninja -C builddir
# Run test scripts
- #- (cd builddir/src && srcdir=../../src bash "$srcdir/check-def.sh") This script calls "make cairo.def" and thus does not work with meson
- mkdir builddir/src/.libs
- touch builddir/src/.libs/libfoo.so
# Run all the tests, except for the big test executable which