[librest] gitlab: don't build examples



commit 33f3ba2e9cf52aee0fdba0aa8a7336a805fd9713
Author: Günther Wagner <info gunibert de>
Date:   Tue Jan 18 23:07:21 2022 +0100

    gitlab: don't build examples

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6526946..847253a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ build-librest:
       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
   script:
-    - meson _build
+    - meson _build -Dexamples=false
     - 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]