mirror of https://github.com/xzeldon/htop.git
travis-ci: update
Drop explicit CFLAGS specification as `-Wno-c11-extensions` is enabled on FreeBSD by the configure script. Run and check `make install` and `make installcheck`.
This commit is contained in:
parent
b81bb9038c
commit
4855d92469
|
@ -9,7 +9,8 @@ os:
|
|||
|
||||
script:
|
||||
- ./autogen.sh
|
||||
# clang might warn about C11 generic selections in isnan()
|
||||
- CFLAGS=-Wno-c11-extensions ./configure --enable-werror
|
||||
- ./configure --enable-werror
|
||||
- make -k
|
||||
- CFLAGS=-Wno-c11-extensions make distcheck DISTCHECK_CONFIGURE_FLAGS=--enable-werror
|
||||
- make distcheck DISTCHECK_CONFIGURE_FLAGS=--enable-werror
|
||||
- sudo make install
|
||||
- make installcheck
|
||||
|
|
Loading…
Reference in New Issue