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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On 11/28/2017 09:57 AM, Snir Sheriber wrote:



On 11/27/2017 01:40 PM, Frediano Ziglio wrote:
Signed-off-by: Frediano Ziglio <fziglio@xxxxxxxxxx>
---
 .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)
 

Acked-by: Snir Sheriber <ssheribe@xxxxxxxxxx>
Forgot to mention-  s/not standard/non-standard/ sounds better to me
_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]