[appeyor] switch order
This commit is contained in:
parent
c8be598ec3
commit
914a57145d
|
@ -27,11 +27,11 @@ environment:
|
||||||
global:
|
global:
|
||||||
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64
|
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64
|
||||||
matrix:
|
matrix:
|
||||||
|
- COMPILER: clang-cl
|
||||||
|
WITH_FORTRAN: yes
|
||||||
- COMPILER: clang-cl
|
- COMPILER: clang-cl
|
||||||
DYNAMIC_ARCH: ON
|
DYNAMIC_ARCH: ON
|
||||||
WITH_FORTRAN: no
|
WITH_FORTRAN: no
|
||||||
- COMPILER: clang-cl
|
|
||||||
WITH_FORTRAN: yes
|
|
||||||
- COMPILER: cl
|
- COMPILER: cl
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in New Issue