👷 added GCC7
This commit is contained in:
parent
7b05e1a687
commit
f1c543cb7b
1 changed files with 8 additions and 0 deletions
|
@ -191,6 +191,14 @@ matrix:
|
||||||
sources: ['ubuntu-toolchain-r-test']
|
sources: ['ubuntu-toolchain-r-test']
|
||||||
packages: g++-6
|
packages: g++-6
|
||||||
|
|
||||||
|
- os: linux
|
||||||
|
compiler: gcc
|
||||||
|
env: COMPILER=g++-7
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources: ['ubuntu-toolchain-r-test']
|
||||||
|
packages: g++-7
|
||||||
|
|
||||||
# Linux / Clang
|
# Linux / Clang
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
|
|
Loading…
Reference in a new issue