mirror of
https://github.com/google/brotli.git
synced 2024-11-22 03:30:07 +00:00
travis: Also build test with GCC 7
This commit is contained in:
parent
019091f994
commit
1d3cf99457
10
.travis.yml
10
.travis.yml
@ -5,6 +5,16 @@ matrix:
|
||||
###
|
||||
## Linux builds using various versions of GCC.
|
||||
###
|
||||
- os: linux
|
||||
env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-7
|
||||
dist: trusty
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- gcc-7
|
||||
- g++-7
|
||||
- os: linux
|
||||
env: BUILD_SYSTEM=cmake C_COMPILER=gcc-6 CXX_COMPILER=g++-6
|
||||
addons:
|
||||
|
Loading…
Reference in New Issue
Block a user