summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGünther Wagner <info@gunibert.de>2022-06-18 00:06:04 +0200
committerGünther Wagner <info@gunibert.de>2022-06-18 01:01:30 +0200
commitcad5496562a52e146ec5efc9265e7ef8e6e03ae3 (patch)
treef93bb17106cdc24c01abc47b254d22ea2b107f62 /.gitlab-ci.yml
parent2fc0a24574ee15704d588626f194dea2ca288997 (diff)
downloadlibrest-cad5496562a52e146ec5efc9265e7ef8e6e03ae3.tar.gz
meson: build with soup3 by default
Fixes https://gitlab.gnome.org/GNOME/librest/-/issues/11
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 862ba19..73152d6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,8 +22,8 @@ build-librest:
before_script:
- dnf update -y --nogpgcheck
- dnf -y install --nogpgcheck redhat-rpm-config
- glib2-devel gobject-introspection-devel libxml2-devel meson ninja-build
- libsoup-devel vala json-glib-devel git python3-jinja2 python3-toml python3-typogrify python3-pygments
+ glib2-devel gobject-introspection-devel libxml2-devel meson ninja-build libsoup-devel
+ libsoup3-devel vala json-glib-devel git python3-jinja2 python3-toml python3-typogrify python3-pygments
libadwaita-devel gtksourceview5-devel git libabigail
script:
- meson _build -Dexamples=true
@@ -83,8 +83,9 @@ reference:
gettext
git
glib2-devel
+ libxml2-devel
libxslt
- libsoup-devel
+ libsoup3-devel
gtk-doc
json-glib-devel
MESON_VERSION: "0.55.3"