mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 05:20:45 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user