[gvfs/wip/oholy/ci-meson-options] ci: Enable also devel_utils and man meson options



commit a6e8129879d7db7ace280fa2baf0466e79a3e6c1
Author: Ondrej Holy <oholy redhat com>
Date:   Tue Sep 17 09:46:21 2019 +0200

    ci: Enable also devel_utils and man meson options
    
    The devel_utils and man meson options are by default false. Let's set
    them to true to verify that everything is fine.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index efcac383..88bd3f3d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 fedora:
     image: registry.gitlab.gnome.org/gnome/gvfs:latest
     script:
-        - meson -Dinstalled_tests=true --prefix /usr --werror build
+        - meson -Dinstalled_tests=true -Ddevel_utils=true -Dman=true --prefix /usr --werror build
         - ninja -C build install
         - GIO_USE_VOLUME_MONITOR=unix gnome-desktop-testing-runner gvfs
 


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