summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorsrajmane <srajmane@us.ibm.com>2020-10-20 11:52:34 -0400
committercgzones <cgzones@googlemail.com>2020-10-20 21:43:10 +0200
commitdea19b644f463c8409569957d008fb9d86b487e9 (patch)
tree7d8c8e4524ca32513097aa11bbcbceaa1efe76c5 /.travis.yml
parent0c5430982e17029f90a55d0425781d6be0e244d3 (diff)
s390x support for travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d870aa54..bb79560d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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()

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