mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Skip x86 development on appveyor in a cleaner way
This commit is contained in:
@@ -24,14 +24,8 @@ environment:
|
||||
coverity_email:
|
||||
secure: ndq7n9R6NhCV8mENhPAH4VTFNUeROGK/uFlqfUVwxAc=
|
||||
|
||||
# Can't exclude things in the build matrix, just skip development win32
|
||||
matrix:
|
||||
allow_failures:
|
||||
- configuration: Development
|
||||
platform: x86
|
||||
|
||||
init:
|
||||
- if "%PLATFORM%" EQU "x86" ( if "%CONFIGURATION%"=="Development" (echo "Skipping x86 Development" && exit /b 1 ) )
|
||||
- if "%PLATFORM%" EQU "x86" ( if "%CONFIGURATION%"=="Development" (echo "Skipping x86 Development" && appveyor exit ) )
|
||||
|
||||
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