aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2019-11-13 12:03:44 +0100
committerAnders Broman <a.broman58@gmail.com>2019-11-14 08:22:00 +0000
commit83fa374002bbb1d79a389701cab0f88145e9cf18 (patch)
tree84053bd661498f5c6df2c7958ef65cd67fc21d25 /.travis.yml
parent8ae0cfe60a7eff37df16868caacab4cc0a8a14e3 (diff)
travis: add s390x builds.
Change-Id: Ib5460beffd185c5d5126302001701125955b973e Reviewed-on: https://code.wireshark.org/review/35079 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 35fc50efb1..ef1415bdb4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,6 +45,11 @@ matrix:
- CXX=g++-8
- CC=gcc-8
- PCAP=ON
+ - name: Linux s390x (gcc-7) with PCAP
+ os: linux
+ arch: s390x
+ env:
+ - PCAP=ON
- name: Linux (gcc-8) without PCAP
os: linux
addons:
@@ -70,6 +75,13 @@ matrix:
- CXX=clang++
- CC=clang
- PCAP=ON
+ - name: Linux s390x (clang) with PCAP
+ os: linux
+ arch: s390x
+ env:
+ - CXX=clang++
+ - CC=clang
+ - PCAP=ON
- name: Linux (clang) without PCAP
os: linux
env: