[gvfs/wip/hadess/libplist-2.2] ci: Make sure that AFC build is always enabled



commit 65241caeb41bf0a40efb06aa36eb0759e45f852a
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jun 17 11:38:16 2020 +0200

    ci: Make sure that AFC build is always enabled

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 107576f6..807ead66 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ fedora:
     tags:
         - x86_64
     script:
-        - meson -Dinstalled_tests=true -Ddevel_utils=true -Dman=true --prefix /usr --werror build
+        - meson -Dinstalled_tests=true -Ddevel_utils=true -Dman=true -Dafc=true --prefix /usr --werror build
         - sudo ninja -C build install
         - GIO_USE_VOLUME_MONITOR=unix gnome-desktop-testing-runner gvfs
     allow_failure: true


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