1
0
Fork 0

Add gcc-9 to travis

This commit is contained in:
wangqr 2019-09-21 04:16:15 -04:00
parent 716549f2c9
commit 9c95e81784
1 changed files with 8 additions and 4 deletions

View File

@ -8,6 +8,7 @@ git:
addons:
apt:
sources:
- sourceline: 'ppa:ubuntu-toolchain-r/test'
- sourceline: 'deb https://apt.kitware.com/ubuntu/ bionic main'
key_url: 'https://apt.kitware.com/keys/kitware-archive-latest.asc'
packages:
@ -30,11 +31,14 @@ addons:
- libpulse-dev
- autopoint
- libgtest-dev
- gcc-9
- g++-9
matrix:
include:
- {}
- env: BUILD_SUIT=autotools
env:
- ''
- BUILD_SUIT=autotools
- CC=gcc-9 CXX=g++-9
- BUILD_SUIT=autotools CC=gcc-9 CXX=g++-9
install:
- sudo luarocks install busted > /dev/null