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