From c56df8d353f7f7637175c50ae54ce88247f92b24 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 19 Jul 2022 13:17:38 +0200 Subject: 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(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.1