From be3ae2c1a3b863cb4813882b8dae7f616148f60e Mon Sep 17 00:00:00 2001 From: puppywang Date: Wed, 30 Jan 2019 17:05:31 +0800 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4e5db4b..a1db3a5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,22 +10,16 @@ configuration: - Debug platform: - x86 -environment: - matrix: - - arch: Win32 - # - arch: #does not work, Release|x64 not a valid target matrix: fast_finish: true # skip unsupported combinations init: -- set arch= -- if "%arch%"=="Win64" ( set arch= Win64) - echo %arch% - 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 2015" ( set generator="Visual Studio 14 2015%arch%" ) -- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2013" ( set generator="Visual Studio 12 2013%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" ) +- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2013" ( set generator="Visual Studio 12 2013" ) - echo %generator% before_build: