summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-08-28 17:57:31 +0200
committerBenBE <BenBE@geshi.org>2021-09-02 08:03:21 +0200
commit4855d9246930ef2a225f61eb64dda36cb04777cf (patch)
treee1bb35ab22a1c611dc09d6164e8c95bc27670ead /.travis.yml
parentb81bb9038c447559ca3d6295b351aa0c7d72eb54 (diff)
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`.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 2c79fa8d..f62e42f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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

© 2014-2024 Faster IT GmbH | imprint | privacy policy