mirror of https://github.com/EspoTek/Labrador.git
MATRIX_EVAL
This commit is contained in:
parent
17cbfd29fa
commit
007c183c9f
|
@ -14,7 +14,7 @@ matrix:
|
|||
- g++-7
|
||||
- gcc-7
|
||||
env:
|
||||
- MATRIX_EVAL="alias gcc=gcc-7 && alias g++=g++-7"
|
||||
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
|
||||
- os: osx
|
||||
osx_image: xcode7.2
|
||||
compiler: clang
|
||||
|
|
Loading…
Reference in New Issue