[librest/wip/hadess/compilation-fixes: 2/2] ci: Enable examples




commit 3f24d5a233acd71d0c4c6b1541e70e81b66e9421
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Feb 2 11:30:18 2022 +0100

    ci: Enable examples
    
    This tests the libsoup2 build of the examples.

 .gitlab-ci.yml | 5 +++--
 1 file 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:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]