Update appveyor.yml
This commit is contained in:
parent
a096977adf
commit
be3ae2c1a3
12
appveyor.yml
12
appveyor.yml
@ -10,22 +10,16 @@ configuration:
|
|||||||
- Debug
|
- Debug
|
||||||
platform:
|
platform:
|
||||||
- x86
|
- x86
|
||||||
environment:
|
|
||||||
matrix:
|
|
||||||
- arch: Win32
|
|
||||||
# - arch: #does not work, Release|x64 not a valid target
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
# skip unsupported combinations
|
# skip unsupported combinations
|
||||||
init:
|
init:
|
||||||
- set arch=
|
|
||||||
- if "%arch%"=="Win64" ( set arch= Win64)
|
|
||||||
- echo %arch%
|
- echo %arch%
|
||||||
- echo %APPVEYOR_BUILD_WORKER_IMAGE%
|
- echo %APPVEYOR_BUILD_WORKER_IMAGE%
|
||||||
- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2017" ( set generator="Visual Studio 15 2017%arch%" )
|
- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2017" ( set generator="Visual Studio 15 2017" )
|
||||||
- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2015" ( set generator="Visual Studio 14 2015%arch%" )
|
- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2015" ( set generator="Visual Studio 14 2015" )
|
||||||
- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2013" ( set generator="Visual Studio 12 2013%arch%" )
|
- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2013" ( set generator="Visual Studio 12 2013" )
|
||||||
- echo %generator%
|
- echo %generator%
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user