From 0fe6a15754d9ec3e1e6957fe8b966ce15386059d Mon Sep 17 00:00:00 2001 From: baldurk Date: Sun, 22 May 2016 21:15:46 +0200 Subject: [PATCH] AppVeyor: Allow Win32 Development job to fail --- .appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 9a7d3bc40..3d7dcaf91 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 ) )