aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2019-11-13 12:04:10 +0100
committerAnders Broman <a.broman58@gmail.com>2019-11-14 08:23:07 +0000
commit06a34129c2884ca8acec62dbe940bd786044900a (patch)
treead53a4045a4570e837d0885208a73468a874824e /.travis.yml
parente948c1a9f3cbe2f61e7b67306dc90c3a7f20656a (diff)
travis: add ppc64le builds.
Change-Id: I4c85084bb4e54c521889d4549718ea5ecf24481b Reviewed-on: https://code.wireshark.org/review/35081 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 ef1415bdb4..192567b673 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: