mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
gcc-9 yeat unstable
This commit is contained in:
parent
7a56aee1d5
commit
6a5fe48e4b
1 changed files with 6 additions and 0 deletions
|
|
@ -68,6 +68,12 @@ matrix:
|
|||
env:
|
||||
- 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:
|
||||
- export CC=${CC_COMPILER}
|
||||
- export CXX=${CXX_COMPILER}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue