aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorVasil Velichkov <vvvelichkov@gmail.com>2019-11-05 23:55:49 +0200
committerPeter Wu <peter@lekensteyn.nl>2019-11-07 10:54:03 +0000
commitb56b6f6a8fa357a167e76a2001f5ae791eba64ea (patch)
treebe4ba5f6eb46e3c3be6943e09390cc45c08d9f91 /.travis.yml
parente87eec451fa20e27684b6ea62e92758e4233dc29 (diff)
travis: Add Linux arm64 builds
Test with both gcc-8 and clang https://docs.travis-ci.com/user/multi-cpu-architectures/ Change-Id: I3a04bbc93f71c570d1004c5df224bfe098a54452 Reviewed-on: https://code.wireshark.org/review/35007 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Dario Lombardo <lomato@gmail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 257cae445e..245a27c581 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,6 +30,19 @@ matrix:
- CXX=g++-8
- CC=gcc-8
- PCAP=ON
+ - name: Linux arm64 (gcc-8) with PCAP
+ os: linux
+ arch: arm64
+ addons:
+ apt:
+ update: true
+ sources:
+ - ubuntu-toolchain-r-test
+ packages: g++-8
+ env:
+ - CXX=g++-8
+ - CC=gcc-8
+ - PCAP=ON
- name: Linux (gcc-8) without PCAP
os: linux
addons:
@@ -48,6 +61,13 @@ matrix:
- CXX=clang++
- CC=clang
- PCAP=ON
+ - name: Linux arm64 (clang) with PCAP
+ os: linux
+ arch: arm64
+ env:
+ - CXX=clang++
+ - CC=clang
+ - PCAP=ON
- name: Linux (clang) without PCAP
os: linux
env: