[Spice-devel] [spice-server v2] ci: Pass --enable-celt051 to configure
Christophe Fergeau
cfergeau at redhat.com
Fri Jun 8 18:08:48 UTC 2018
It's now mandatory to explicitly enable/disable CELT at configure time
if celt051-devel is installed.
Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
---
I botched my testing of the previous version, this one should be more
correct ;)
Christophe
.gitlab-ci.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 655232c23..d9620e5fe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ makecheck:
- >
CFLAGS='-O2 -pipe -g -fsanitize=address -fno-omit-frame-pointer -Wframe-larger-than=40920'
LDFLAGS='-fsanitize=address -lasan'
- ./autogen.sh
+ ./autogen.sh --enable-celt051
- make
- make -C server check || (cat server/tests/test-suite.log && exit 1)
@@ -22,7 +22,7 @@ makecheck:
# --without-sasl disable SASL
options:
script:
- - ./autogen.sh --enable-statistics --without-sasl
+ - ./autogen.sh --enable-statistics --without-sasl --disable-celt051
- make
- make -C server check || (cat server/tests/test-suite.log && exit 1)
@@ -36,11 +36,11 @@ check-valgrind:
-y
- >
CFLAGS='-O2 -pipe -g -D_FORTIFY_SOURCE=0'
- ./autogen.sh --enable-valgrind --enable-extra-checks
+ ./autogen.sh --enable-valgrind --enable-extra-checks --enable-celt051
- make
- make check-valgrind || (cat server/tests/test-suite-memcheck.log && exit 1)
syntax-check:
script:
- - ./autogen.sh
+ - ./autogen.sh --enable-celt051
- make syntax-check
--
2.17.1
More information about the Spice-devel
mailing list