travis: add ppc64le builds.

Change-Id: I4c85084bb4e54c521889d4549718ea5ecf24481b
Reviewed-on: https://code.wireshark.org/review/35081
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Dario Lombardo 2019-11-13 12:04:10 +01:00 committed by Anders Broman
parent e948c1a9f3
commit 06a34129c2
1 changed files with 12 additions and 0 deletions

View File

@ -50,6 +50,11 @@ matrix:
arch: s390x
env:
- PCAP=ON
- name: Linux ppc64le (gcc-7) with PCAP
os: linux
arch: ppc64le
env:
- PCAP=ON
- name: Linux (gcc-8) without PCAP
os: linux
addons:
@ -82,6 +87,13 @@ matrix:
- CXX=clang++
- CC=clang
- PCAP=ON
- name: Linux ppc64le (clang) with PCAP
os: linux
arch: ppc64le
env:
- CXX=clang++
- CC=clang
- PCAP=ON
- name: Linux (clang) without PCAP
os: linux
env: