Try building static libs on CI

This commit is contained in:
Niklas Hambüchen 2019-11-11 20:11:16 +01:00
parent bb9c07d8fe
commit 3936412332
2 changed files with 7 additions and 1 deletions

View File

@ -12,7 +12,7 @@ stages:
- subprojects/libepoxy/
- subprojects/pango/
fedora-x86_64:
fedora-x86_64: &fedora-x86_64-defaults
image: registry.gitlab.gnome.org/gnome/gtk/master:v7
stage: build
script:
@ -33,6 +33,11 @@ fedora-x86_64:
key: "$CI_JOB_NAME"
<<: *cache-paths
fedora-x86_64-staticlibs:
variables:
EXTRA_MESON_FLAGS: "-Ddefault_library=both"
<<: *fedora-x86_64-defaults
.mingw-defaults: &mingw-defaults
stage: build
tags:

View File

@ -17,6 +17,7 @@ meson \
-Dbroadway-backend=true \
-Dvulkan=yes \
--werror \
${EXTRA_MESON_FLAGS:-} \
_build $srcdir
unset CCACHE_DISABLE