From f1a49e55b1fd951a5dac7d70bc0828607420cda9 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Fri, 10 Jan 2020 15:45:54 +0100 Subject: travis: add gcc-9 builds. Ping-Bug: 16319 Change-Id: I255355cc2d9173cbb4c6afc11f38f7c173a55872 Reviewed-on: https://code.wireshark.org/review/35742 Reviewed-by: Alexis La Goutte --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.travis.yml b/.travis.yml index 810ad1f2fd..4747bde0d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,19 @@ matrix: os: osx osx_image: xcode11.2 env: PCAP=OFF + - name: Linux amd64 (gcc-9) with PCAP + os: linux + addons: + apt: + update: true + sources: + - ubuntu-toolchain-r-test + - sourceline: ppa:ubuntu-toolchain-r/test + packages: g++-9 + env: + - CXX=g++-9 + - CC=gcc-9 + - PCAP=ON - name: Linux amd64 (gcc-8) with PCAP os: linux addons: -- cgit v1.2.3