From d453f4ce3c87c4dbe1f86be4913d0018bb602b42 Mon Sep 17 00:00:00 2001 From: Alexander Lamaison Date: Thu, 18 Feb 2016 21:54:02 +0000 Subject: [PATCH] Allow CI failures with VS 2008 x64. Appveyor doesn't support this combination. --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index bfd69c8..eb2017a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -65,6 +65,11 @@ configuration: # - Debug - Release +matrix: + allow_failures: + - GENERATOR: "Visual Studio 9 2008" + platform: x64 + build_script: - ps: if($env:PLATFORM -eq "x64") { $env:CMAKE_GEN_SUFFIX=" Win64" } - cmake "-G%GENERATOR%%CMAKE_GEN_SUFFIX%" -DBUILD_SHARED_LIBS=%BUILD_SHARED_LIBS% -H. -B_builds