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