From 60147592676e4ae5253495283ad0b60b37c68b39 Mon Sep 17 00:00:00 2001 From: jornh Date: Sat, 21 Jun 2014 12:01:12 +0200 Subject: [PATCH] Add x86 platform but there's trouble with Win32 --- appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index f14dff6778..af76b545d8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,6 +9,7 @@ configuration: platform: - x64 + - x86 before_build: - cmd: nuget restore @@ -33,3 +34,10 @@ after_test: artifacts: - path: NuGet\*.nupkg + +matrix: + allow_failures: + - platform: x86 + configuration: Debug + - platform: x86 + configuration: Release