[Spice-devel] [PATCH spice-gtk 13/34] .gitlab-ci: disable meson auto-features in makecheck_simple-meson
marcandre.lureau at redhat.com
marcandre.lureau at redhat.com
Mon Jan 7 08:00:42 UTC 2019
From: Marc-André Lureau <marcandre.lureau at redhat.com>
Let's turn explicit true/false option into features which can be
autodetected and turned all enabled/disabled at once.
Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
---
.gitlab-ci.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 260d55d..5d4da85 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,7 +44,8 @@ makecheck_simple:
makecheck_simple-meson:
script:
- - meson build -Dlz4=false
+ - meson build -Dauto_features=disabled
+ -Dlz4=false
-Dwebdav=false
-Dsasl=false
-Dpulse=false
--
2.20.1.2.gb21ebb671b
More information about the Spice-devel
mailing list