Fix clang/cl builds and move them to Azure
This commit is contained in:
parent
b83b0808db
commit
7241283198
18
appveyor.yml
18
appveyor.yml
|
@ -29,15 +29,15 @@ environment:
|
||||||
global:
|
global:
|
||||||
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64
|
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64
|
||||||
matrix:
|
matrix:
|
||||||
- COMPILER: clang-cl
|
# - COMPILER: clang-cl
|
||||||
WITH_FORTRAN: ON
|
# WITH_FORTRAN: ON
|
||||||
- COMPILER: clang-cl
|
# - COMPILER: clang-cl
|
||||||
DYNAMIC_ARCH: ON
|
# DYNAMIC_ARCH: ON
|
||||||
WITH_FORTRAN: OFF
|
# WITH_FORTRAN: OFF
|
||||||
- COMPILER: cl
|
# - COMPILER: cl
|
||||||
- COMPILER: MinGW64-gcc-7.2.0-mingw
|
# - COMPILER: MinGW64-gcc-7.2.0-mingw
|
||||||
DYNAMIC_ARCH: OFF
|
# DYNAMIC_ARCH: OFF
|
||||||
WITH_FORTRAN: ignore
|
# WITH_FORTRAN: ignore
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||||
COMPILER: MinGW-gcc-6.3.0-32
|
COMPILER: MinGW-gcc-6.3.0-32
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||||
|
|
Loading…
Reference in New Issue