mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-06 03:32:19 +00:00
ci: Detect if code compile with SASL disabled
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Snir Sheriber <ssheribe@redhat.com>
This commit is contained in:
parent
137d9ec8e9
commit
529ab49382
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user