travis: add arch name to linux builds.

Change-Id: Ib39b366069fb8e0104368bc23cfe2263553fb9f4
Reviewed-on: https://code.wireshark.org/review/35083
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Dario Lombardo 2019-11-13 12:24:35 +01:00 committed by Anders Broman
parent 12969c22ba
commit c938841469
1 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ matrix:
os: osx
osx_image: xcode11.2
env: PCAP=OFF
- name: Linux (gcc-8) with PCAP
- name: Linux amd64 (gcc-8) with PCAP
os: linux
addons:
apt:
@ -55,7 +55,7 @@ matrix:
arch: ppc64le
env:
- PCAP=ON
- name: Linux (gcc-8) without PCAP
- name: Linux amd64 (gcc-8) without PCAP
os: linux
addons:
apt:
@ -67,7 +67,7 @@ matrix:
- CXX=g++-8
- CC=gcc-8
- PCAP=OFF
- name: Linux (clang) with PCAP
- name: Linux amd64 (clang) with PCAP
os: linux
env:
- CXX=clang++
@ -94,7 +94,7 @@ matrix:
- CXX=clang++
- CC=clang
- PCAP=ON
- name: Linux (clang) without PCAP
- name: Linux amd64 (clang) without PCAP
os: linux
env:
- CXX=clang++