summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2019-09-17 09:46:21 +0200
committerOndrej Holy <oholy@redhat.com>2019-09-17 09:46:21 +0200
commita6e8129879d7db7ace280fa2baf0466e79a3e6c1 (patch)
tree2f1c2213a2856abc8115fa0a93ad0d49864aed05
parentdb26e29930084ad48711c076d611b0227dd97a65 (diff)
downloadgvfs-wip/oholy/ci-meson-options.tar.gz
ci: Enable also devel_utils and man meson optionswip/oholy/ci-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.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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