[gvfs/wip/hadess/more-tests: 1/2] ci: Indent meson options




commit c56df8d353f7f7637175c50ae54ce88247f92b24
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Jul 19 13:17:38 2022 +0200

    ci: Indent meson options
    
    To make it easier to add new ones without changing a whole line.

 .gitlab-ci.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7551abc9..98c6661f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,12 @@ fedora:
         - x86_64
         - ipv6
     script:
-        - meson -Dinstalled_tests=true -Ddevel_utils=true -Dman=true -Dafc=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]