summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2022-08-23 19:44:35 -0400
committerMatt Turner <mattst88@gmail.com>2022-08-23 21:29:37 -0400
commit95f962ee48f323df0a5754f2abf73e41045a5907 (patch)
tree31b909688287bd3e376912ff9d7993fe8bb57783 /.gitlab-ci.yml
parent30c68043b4411407f555e592051a6f6334f5b1db (diff)
downloadlibgweather-95f962ee48f323df0a5754f2abf73e41045a5907.tar.gz
build: Use GNOME module post_install()
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 125cb7e..b1eb777 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -120,7 +120,7 @@ fedora-x86_64:
python3-wheel
redhat-rpm-config
vala
- MESON_VERSION: "0.55.3"
+ MESON_VERSION: "0.57.2"
MESON_EXTRA_FLAGS: "--buildtype=debug -Dwerror=true -Dgtk_doc=false -Dsoup2=true"
fedora-x86_64-soup3:
@@ -151,7 +151,7 @@ fedora-x86_64-soup3:
redhat-rpm-config
sqlite-devel
vala
- MESON_VERSION: "0.55.3"
+ MESON_VERSION: "0.57.2"
MESON_EXTRA_FLAGS: "--buildtype=debug -Dwerror=true -Dgtk_doc=false -Dsoup2=false"
before_script:
# Undo delangification present in the Fedora Docker images
@@ -208,7 +208,7 @@ static-scan:
python3-pip
python3-wheel
redhat-rpm-config
- MESON_VERSION: "0.55.3"
+ MESON_VERSION: "0.57.2"
MESON_EXTRA_FLAGS: "--buildtype=debug -Dgtk_doc=false -Dintrospection=false -Dsoup2=true"
script:
- meson setup --prefix /usr ${MESON_EXTRA_FLAGS} _scan_build .
@@ -246,7 +246,7 @@ asan-build:
python3-wheel
redhat-rpm-config
vala
- MESON_VERSION: "0.55.3"
+ MESON_VERSION: "0.57.2"
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 .
@@ -282,7 +282,7 @@ coverage:
python3-pip
python3-wheel
redhat-rpm-config
- MESON_VERSION: "0.55.3"
+ MESON_VERSION: "0.57.2"
MESON_EXTRA_FLAGS: "--buildtype=debug -Dgtk_doc=false -Dintrospection=false -Dsoup2=true"
CFLAGS: "-coverage -ftest-coverage -fprofile-arcs"
script:
@@ -325,7 +325,7 @@ reference:
python3-wheel
redhat-rpm-config
vala
- MESON_VERSION: "0.55.3"
+ MESON_VERSION: "0.57.2"
MESON_EXTRA_FLAGS: "-Dsoup2=true"
DOCS_FLAGS: "-Dgtk_doc=true"
DOCS_PATH: doc/libgweather-4.0