travis: add s390x builds.

Change-Id: Ib5460beffd185c5d5126302001701125955b973e
Reviewed-on: https://code.wireshark.org/review/35079
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Dario Lombardo 2019-11-13 12:03:44 +01:00 committed by Anders Broman
parent 8ae0cfe60a
commit 83fa374002
1 changed files with 12 additions and 0 deletions

View File

@ -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: