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) -- 2.14.3 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel