[gnome-bluetooth/wip/hadess/gtk4-fixes: 2/4] ci: Enable all options when building




commit f1853a38063561b42215f3f5e695e21378986d0a
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Oct 28 17:33:56 2021 +0200

    ci: Enable all options when building

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28cdf70b..8b028560 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ build_stable:
     - dnf update -y --nogpgcheck
     - dnf install -y --nogpgcheck $DEPENDENCIES
   script:
-    - meson . _build --prefix=/usr
+    - meson . _build --prefix=/usr -Dicon_update=true -Dgtk_doc=true -Dintrospection=true
     - ninja -C _build
     - ninja -C _build install
     - dnf install -y $TEST_DEPS


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