s390x support for travis

This commit is contained in:
srajmane 2020-10-20 11:52:34 -04:00 committed by cgzones
parent 0c5430982e
commit dea19b644f
1 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,15 @@ os:
- linux
- osx
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()