From bd1e7aa03297bcd63f2e88b6cc49e481ae418a65 Mon Sep 17 00:00:00 2001 From: Viktor Tarasov Date: Mon, 21 Mar 2016 18:39:20 +0100 Subject: [PATCH] appveyor: only VSVER=12 configuration is left --- appveyor.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6484cc6a..c8e9814a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,11 @@ version: 0.16.0.{build} +#init: +# # Exclude combinations allowed to fail +# - if "%Environment%" == "VSVER=14" (if "%Configuration%" == "Release" (exit /b 1)) +# - if "%Environment%" == "VSVER=14" (if "%Configuration%" == "Debug" (exit /b 1)) +# - if "%Environment%" == "VSVER=10" (if "%Platform%" == "x64" (exit /b 1)) + platform: - x86 - x64 @@ -12,11 +18,12 @@ configuration: environment: matrix: - - VSVER: 14 + # - VSVER: 14 - VSVER: 12 - - VSVER: 10 + # - VSVER: 10 matrix: + fast_finish: true # set this flag to immediately finish build once one of the jobs fails. allow_failures: # not included in AppVeyor right now - platform: x64