aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2020-12-07 10:26:01 +0100
committerDaniel Lange <DLange@git.local>2020-12-07 10:26:01 +0100
commit65357c8c46154de4e4eca14075bfe5523bb5fc14 (patch)
tree8f430ee5a0d5de377c4e7c94e47842a27c70d7e8 /.travis.yml
parentf80394a20254938142011855f2954b3f63fe5909 (diff)
downloaddebian_htop-65357c8c46154de4e4eca14075bfe5523bb5fc14.tar.gz
debian_htop-65357c8c46154de4e4eca14075bfe5523bb5fc14.tar.bz2
debian_htop-65357c8c46154de4e4eca14075bfe5523bb5fc14.zip
New upstream version 3.0.3upstream/3.0.3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 15 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b3e358d..bb79560 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,4 +9,18 @@ os:
- linux
- osx
-script: ./autogen.sh && ./configure && make
+arch:
+ - amd64
+ - s390x
+
+before_script:
+ if [[ ${TRAVIS_CPU_ARCH} == 's390x' ]]; then
+ sudo apt-get update && sudo apt-get install -y libncursesw5-dev ;
+ fi
+
+script:
+ - ./autogen.sh
+ # clang might warn about C11 generic selections in isnan()
+ - CFLAGS=-Wno-c11-extensions ./configure --enable-werror
+ - make -k
+ - CFLAGS=-Wno-c11-extensions make distcheck DISTCHECK_CONFIGURE_FLAGS=--enable-werror

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