[Spice-devel] [PATCH v2 spice-gtk 2/2] Adding test to gitlab ci
Snir Sheriber
ssheribe at redhat.com
Sun Mar 12 13:49:49 UTC 2017
Disable some capabilities and try make
---
.gitlab-ci.yml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d712637..77762f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,3 +10,19 @@ makecheck:
- ./autogen.sh --enable-static
- make -j4
- make check
+
+makecheck_simple:
+ script:
+ - ./autogen.sh --enable-static
+ --enable-lz4=no
+ --enable-gstaudio=no
+ --enable-gstvideo=no
+ --enable-webdav=no
+ --with-sasl=no
+ --with-coroutine=auto
+ --enable-pulse=no
+ --enable-smartcard=no
+ --enable-usbredir=no
+ --enable-dbus=no
+ - make -j4
+ - make check
--
2.9.3
More information about the Spice-devel
mailing list