Appveyor: use correct names for project generators.

pull/803/head
Kim Kulling 2016-02-19 10:45:00 +01:00
parent 122d93d013
commit acf8bf7325
1 changed files with 4 additions and 4 deletions

View File

@ -15,11 +15,11 @@ platform:
- x64 - x64
configuration: configuration:
- 2015 - 14 2015
- 2013 - 12 2013
- 2012 - 11 2012
#- MinGW #- MinGW
- 2010 # only works for x86 - 10 2010 # only works for x86
init: init:
- if "%platform%" EQU "x64" ( for %%a in (2008 2010 MinGW) do ( if "%Configuration%"=="%%a" (echo "Skipping unsupported configuration" && exit /b 1 ) ) ) - if "%platform%" EQU "x64" ( for %%a in (2008 2010 MinGW) do ( if "%Configuration%"=="%%a" (echo "Skipping unsupported configuration" && exit /b 1 ) ) )