mirror of
https://github.com/xzeldon/htop.git
synced 2024-12-25 15:25:45 +00:00
4855d92469
Drop explicit CFLAGS specification as `-Wno-c11-extensions` is enabled on FreeBSD by the configure script. Run and check `make install` and `make installcheck`.
17 lines
233 B
YAML
17 lines
233 B
YAML
language: c
|
|
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
|
|
os:
|
|
- freebsd
|
|
|
|
script:
|
|
- ./autogen.sh
|
|
- ./configure --enable-werror
|
|
- make -k
|
|
- make distcheck DISTCHECK_CONFIGURE_FLAGS=--enable-werror
|
|
- sudo make install
|
|
- make installcheck
|