summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-02-02 11:30:18 +0100
committerBastien Nocera <hadess@hadess.net>2022-02-02 12:35:31 +0100
commit3f24d5a233acd71d0c4c6b1541e70e81b66e9421 (patch)
tree59735adb85ef5243f5d39e6682ec53f38eefa920
parent3028388e6876898e2b563b0c74d426b183b10ded (diff)
downloadlibrest-3f24d5a233acd71d0c4c6b1541e70e81b66e9421.tar.gz
ci: Enable examples
This tests the libsoup2 build of the examples.
-rw-r--r--.gitlab-ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a656e19..10ff914 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ variables:
FLATPAK_MODULE: 'librest-demo'
FLATPAK_BUILD_DIR: build
-image: fedora:34
+image: fedora:36
stages:
- build
@@ -23,8 +23,9 @@ build-librest:
- 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
+ libadwaita-devel gtksourceview5-devel
script:
- - meson _build -Dexamples=false
+ - meson _build -Dexamples=true
- ninja -C _build
- bash +x ./.gitlab-ci/run-tests.sh
artifacts: