summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-07-31 19:50:23 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-07-31 19:50:23 +0200
commita517d439158e3e09b7f01c40ff4d9ade2b8338a1 (patch)
tree97c55da3cdc2b05cca866d8ccaa4aa07652a5efc
parent633c9478c91ff20887a9516139802e1042e6cf7a (diff)
downloadcurl-a517d439158e3e09b7f01c40ff4d9ade2b8338a1.tar.gz
travis: add ppc64le and s390x
-rw-r--r--.travis.yml36
1 files changed, 36 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0150d69a1..362528870 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -349,6 +349,42 @@ jobs:
- pkg-config
- zlib1g-dev
+ - env:
+ - T=debug C="--enable-alt-svc"
+ - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
+ arch: ppc64le
+ addons:
+ apt:
+ <<: *common_apt
+ packages:
+ - *common_packages
+ - libpsl-dev
+ - libbrotli-dev
+ - libzstd-dev
+ - libev-dev
+ - libssl-dev
+ - libtool
+ - pkg-config
+ - zlib1g-dev
+
+ - env:
+ - T=debug C="--enable-alt-svc"
+ - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
+ arch: s390x
+ addons:
+ apt:
+ <<: *common_apt
+ packages:
+ - *common_packages
+ - libpsl-dev
+ - libbrotli-dev
+ - libzstd-dev
+ - libev-dev
+ - libssl-dev
+ - libtool
+ - pkg-config
+ - zlib1g-dev
+
before_install:
- export "${OVERRIDE_CC-blank=}"
- export "${OVERRIDE_CXX-blank=}"