update ci
This commit is contained in:
parent
e796e40abd
commit
8795c7839a
1 changed files with 6 additions and 0 deletions
|
@ -96,6 +96,12 @@ matrix:
|
||||||
env:
|
env:
|
||||||
- CXX_COMPILER=clang++ CC_COMPILER=clang
|
- CXX_COMPILER=clang++ CC_COMPILER=clang
|
||||||
|
|
||||||
|
allow_failures: # gcc-9 yeat unstable.
|
||||||
|
- os: linux
|
||||||
|
compiler: g++
|
||||||
|
env:
|
||||||
|
- CXX_COMPILER=g++-9 CC_COMPILER=gcc-9
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- export CC=${CC_COMPILER}
|
- export CC=${CC_COMPILER}
|
||||||
- export CXX=${CXX_COMPILER}
|
- export CXX=${CXX_COMPILER}
|
||||||
|
|
Loading…
Reference in a new issue