[Spice-commits] .gitlab-ci.yml

Frediano Ziglio fziglio at kemper.freedesktop.org
Tue Nov 28 08:37:15 UTC 2017


 .gitlab-ci.yml |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 529ab493829636cefe32514fcee9fde1da4240cf
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Mon Nov 27 11:00:02 2017 +0000

    ci: Detect if code compile with SASL disabled
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Snir Sheriber <ssheribe at redhat.com>

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4dc3fffa..32a7401b 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 non-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)
 


More information about the Spice-commits mailing list