[appveyor] uncomment matrix
This commit is contained in:
parent
b0afe107cd
commit
b9fec61892
|
@ -27,12 +27,12 @@ environment:
|
||||||
global:
|
global:
|
||||||
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64
|
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64
|
||||||
matrix:
|
matrix:
|
||||||
#- COMPILER: clang-cl
|
- COMPILER: clang-cl
|
||||||
# DYNAMIC_ARCH: ON
|
DYNAMIC_ARCH: ON
|
||||||
# WITH_FORTRAN: no
|
WITH_FORTRAN: no
|
||||||
- COMPILER: clang-cl
|
- COMPILER: clang-cl
|
||||||
WITH_FORTRAN: yes
|
WITH_FORTRAN: yes
|
||||||
#- COMPILER: cl
|
- COMPILER: cl
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [%COMPILER%]==[clang-cl] call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
|
- if [%COMPILER%]==[clang-cl] call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
|
||||||
|
|
Loading…
Reference in New Issue