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:
Frediano Ziglio 2017-11-27 11:00:02 +00:00
parent 137d9ec8e9
commit 529ab49382

View File

@ -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)