[gnome-bluetooth/wip/hadess/optional-sendto: 1/2] ci: Enable all options when building




commit 8a7d6bc34bb358f05d070154f8dde6048d074df5
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 8ec39f7c..f1472946 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,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]