Rename solution platforms Win32 -> x86 so that x64 becomes the default

* Thanks to build-master general @aras_p for the tip:
  https://twitter.com/aras_p/status/841287101907910656
* The projects are still defined with the usual platforms Win32 and x64,
  this only affects the naming in the solution configurations.
This commit is contained in:
baldurk
2017-03-13 17:21:24 +00:00
parent a262ad7314
commit 55565a148b
2 changed files with 74 additions and 74 deletions
+3 -3
View File
@@ -11,7 +11,7 @@ configuration:
- Release
platform:
- Win32
- x86
- x64
clone_depth: 1
@@ -26,10 +26,10 @@ environment:
matrix:
allow_failures:
- configuration: Development
platform: Win32
platform: x86
init:
- if "%PLATFORM%" EQU "Win32" ( if "%CONFIGURATION%"=="Development" (echo "Skipping Win32 Development" && exit /b 1 ) )
- if "%PLATFORM%" EQU "x86" ( if "%CONFIGURATION%"=="Development" (echo "Skipping x86 Development" && exit /b 1 ) )
install:
- ps: $env:PATH = 'C:\MinGW\bin;C:\MinGW\mingw32\bin;C:\MinGW\msys\1.0\bin;' + $env:PATH