X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=t%2Fcibuild.sh;h=48c56c7b4e7ee9190166713240170fa8c4f7cd21;hp=9e21eb2b1fe15a75eb6fbe08f4f613b0cd110830;hb=ed2c9fc3e4ca6840a5a31c735f0cfc02fd21d4fc;hpb=e1dd2dd9569153050a04b67bb8929f147ded2ee6 diff --git a/t/cibuild.sh b/t/cibuild.sh index 9e21eb2..48c56c7 100755 --- a/t/cibuild.sh +++ b/t/cibuild.sh @@ -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