X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Fcibuild.sh;h=48c56c7b4e7ee9190166713240170fa8c4f7cd21;hb=a36367f7760bea8eee3a2e30b7f3e4559f23cc1d;hp=9e21eb2b1fe15a75eb6fbe08f4f613b0cd110830;hpb=e1dd2dd9569153050a04b67bb8929f147ded2ee6;p=sysdb.git 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