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

gcc-9 install fail

This commit is contained in:
terik23 2019-05-21 21:46:29 +05:00
parent 26432febc7
commit ec40e17aa2

View file

@ -74,6 +74,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}