Keep building on errors

Doing so allows for more than one error to be detected in builds
This commit is contained in:
Christian Göttsche 2020-10-15 20:33:26 +02:00 committed by cgzones
parent bfa7d1fbe2
commit 3c08fa3c63
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ script:
- ./autogen.sh
# clang might warn about C11 generic selections in isnan()
- CFLAGS=-Wno-c11-extensions ./configure --enable-werror
- make
- make -k
- CFLAGS=-Wno-c11-extensions make distcheck DISTCHECK_CONFIGURE_FLAGS=--enable-werror