Code

store: Include update interval in the JSON serialization.
[sysdb.git] / t / cibuild.sh
index 120d4278b9e7f404d1175cab90626a30d547650d..b90fb41855028091d3a2917245f21982894df220 100755 (executable)
@@ -7,8 +7,8 @@
 set -ex
 
 ./autogen.sh
-./configure --enable-gcov $CIOPTIONS \
-       CFLAGS="-O0 -Wno-sign-conversion $CICFLAGS" \
+./configure --enable-standards --enable-gcov $CIOPTIONS \
+       CFLAGS="-O0 $CICFLAGS" \
        LDFLAGS="$CILDFLAGS"
 make clean all
 make test