summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-07-19 13:17:38 +0200
committerBastien Nocera <hadess@hadess.net>2022-07-19 13:21:55 +0200
commitc56df8d353f7f7637175c50ae54ce88247f92b24 (patch)
treea1b16cabf5f55fdd1e15218f78bef8196544d286
parenta9c45fae66a9f077015f441817d8c0b73dc36657 (diff)
downloadgvfs-c56df8d353f7f7637175c50ae54ce88247f92b24.tar.gz
ci: Indent meson options
To make it easier to add new ones without changing a whole line.
-rw-r--r--.gitlab-ci.yml7
1 files changed, 6 insertions, 1 deletions
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