AppVeyor: Allow Win32 Development job to fail

This commit is contained in:
baldurk
2016-05-22 21:15:46 +02:00
parent add56be1c0
commit 0fe6a15754
+5
View File
@@ -23,6 +23,11 @@ environment:
secure: ndq7n9R6NhCV8mENhPAH4VTFNUeROGK/uFlqfUVwxAc=
# Can't exclude things in the build matrix, just skip development win32
matrix:
allow_failures:
- configuration: Development
platform: Win32
init:
- if "%PLATFORM%" EQU "Win32" ( if "%CONFIGURATION%"=="Development" (echo "Skipping Win32 Development" && exit /b 1 ) )