[Spice-devel] [PATCH spice-server] ci: Detect if code compile with SASL disabled

Frediano Ziglio fziglio at redhat.com
Mon Nov 27 11:40:21 UTC 2017


Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 .gitlab-ci.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Results at https://gitlab.com/freddy77/spice/-/jobs/42033559.

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4dc3fffa..739564c4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,9 +17,12 @@ makecheck:
   - make
   - make -C server check || (cat server/tests/test-suite.log && exit 1)
 
-statistics:
+# check not standard options, currently
+# --enable-statistics  compile statistic code
+# --without-sasl       disable SASL
+options:
   script:
-  - ./autogen.sh --enable-statistics
+  - ./autogen.sh --enable-statistics --without-sasl
   - make
   - make -C server check || (cat server/tests/test-suite.log && exit 1)
 
-- 
2.14.3



More information about the Spice-devel mailing list