1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00

gcc-9 yeat unstable

This commit is contained in:
terik23 2019-04-02 12:08:44 +05:00
parent 7a56aee1d5
commit 6a5fe48e4b

View file

@ -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}