mirror of https://github.com/xzeldon/htop.git
Keep building on errors
Doing so allows for more than one error to be detected in builds
This commit is contained in:
parent
bfa7d1fbe2
commit
3c08fa3c63
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue