[Spice-devel] [PATCH spice-gtk 2/2] Adding test to gitlab ci
Snir Sheriber
ssheribe at redhat.com
Thu Mar 9 16:17:05 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 0f63c67..af74633 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,3 +12,19 @@ makecheck:
- ./autogen.sh
- make
- make check
+
+makecheck_simple:
+ script:
+ - ./autogen.sh
+ --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
+ - make check
--
2.9.3
More information about the Spice-devel
mailing list