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