Code

store_json: Base the memstore emitter on the store-writer API.
[sysdb.git] / t / cibuild.sh
index 9e21eb2b1fe15a75eb6fbe08f4f613b0cd110830..48c56c7b4e7ee9190166713240170fa8c4f7cd21 100755 (executable)
@@ -17,7 +17,10 @@ case "$CICFLAGS" in
                # skip regular tests
                ;;
        *)
-               make test TESTS_ENVIRONMENT="./testwrapper.sh"
+               # old versions of gcc and clang complain about { 0 } initializers
+               make -j10 test \
+                       TESTS_ENVIRONMENT="./testwrapper.sh" \
+                       CFLAGS="-O0 $CICFLAGS -Wno-missing-field-initializers"
                ;;
 esac