Try building static libs on CI

See #2248.

Cherry-Picked-From: 3936412332bb5953a8cb535a80fa76306939aead
This commit is contained in:
Niklas Hambüchen
2019-11-11 20:11:16 +01:00
parent d5457d1b14
commit 656adece00
2 changed files with 7 additions and 1 deletions

View File

@ -20,7 +20,7 @@ fedora-distcheck:
script:
- bash -x ./.gitlab-ci/test-docker-autotools.sh
fedora-meson:
fedora-meson: &fedora-meson-defaults
stage: build
script:
- bash -x ./.gitlab-ci/test-docker-meson.sh
@ -31,6 +31,11 @@ fedora-meson:
- "_build/meson-logs"
- "_build/testsuite/reftests/output"
fedora-meson-staticlibs:
variables:
EXTRA_MESON_FLAGS: "-Ddefault_library=both"
<<: *fedora-meson-defaults
msys2-mingw32-meson:
variables:
MSYSTEM: "MINGW32"