From 7df4418258198d49a24b797143313d2031b2b913 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 16 Apr 2017 15:57:46 -0400 Subject: [PATCH] Add allow_failures to appveyor.yml until we sort out some of the issues --- .appveyor.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 1fb10ea3..6d35ae3f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -27,6 +27,7 @@ build: project: cryptest.sln verbosity: minimal + parallel: true test_script: @@ -37,3 +38,16 @@ test_script: cryptest.exe v cryptest.exe tv all + +# Right now, we have a few failures that we don't know how to workaround. +# - https://stackoverflow.com/questions/43441273/how-to-run-vcupgrade-before-appveyor-build +# - https://stackoverflow.com/questions/43423761/cant-perform-64-bit-testing-under-appveyor +# Appveyor also complains that it can't find VS2010 tools even though the docs state they are there. +matrix: + allow_failures: + - platform: Win64 + configuration: Debug + - platform: Win64 + configuration: Release + - image: Visual Studio 2010 + - image: Visual Studio 2017