summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2022-06-17 13:25:42 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2022-06-22 21:30:24 +0000
commita7013ada6c28a727e74772f56623e5e108c2035f (patch)
tree6fe1592b4dc0d7c5ee565366dae4f83f2261eb60 /.gitlab-ci.yml
parent00e2a68d76d144804cb44121f84ada2a3d580805 (diff)
downloadlibgweather-a7013ada6c28a727e74772f56623e5e108c2035f.tar.gz
Switch to libsoup3 by defaultmcatanzaro/soup3-default
Fixes #177
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d4a5e47..29643ab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -120,7 +120,7 @@ fedora-x86_64:
redhat-rpm-config
vala
MESON_VERSION: "0.55.3"
- MESON_EXTRA_FLAGS: "--buildtype=debug -Dwerror=true -Dgtk_doc=false"
+ MESON_EXTRA_FLAGS: "--buildtype=debug -Dwerror=true -Dgtk_doc=false -Dsoup2=true"
fedora-x86_64-soup3:
extends: .build-default
@@ -207,7 +207,7 @@ static-scan:
python3-wheel
redhat-rpm-config
MESON_VERSION: "0.55.3"
- MESON_EXTRA_FLAGS: "--buildtype=debug -Dgtk_doc=false -Dintrospection=false"
+ MESON_EXTRA_FLAGS: "--buildtype=debug -Dgtk_doc=false -Dintrospection=false -Dsoup2=true"
script:
- meson setup --prefix /usr ${MESON_EXTRA_FLAGS} _scan_build .
- ninja -C _scan_build scan-build
@@ -244,7 +244,7 @@ asan-build:
redhat-rpm-config
vala
MESON_VERSION: "0.55.3"
- MESON_EXTRA_FLAGS: "--buildtype=debug -Db_sanitize=address -Db_lundef=false -Dintrospection=false -Dgtk_doc=false"
+ MESON_EXTRA_FLAGS: "--buildtype=debug -Db_sanitize=address -Db_lundef=false -Dintrospection=false -Dgtk_doc=false -Dsoup2=true"
script:
- CC=clang meson setup --prefix /usr ${MESON_EXTRA_FLAGS} _asan_build .
- meson compile -C _asan_build
@@ -279,7 +279,7 @@ coverage:
python3-wheel
redhat-rpm-config
MESON_VERSION: "0.55.3"
- MESON_EXTRA_FLAGS: "--buildtype=debug -Dgtk_doc=false -Dintrospection=false"
+ MESON_EXTRA_FLAGS: "--buildtype=debug -Dgtk_doc=false -Dintrospection=false -Dsoup2=true"
CFLAGS: "-coverage -ftest-coverage -fprofile-arcs"
script:
- meson setup --prefix /usr ${MESON_EXTRA_FLAGS} _build .