Add allow_failures to appveyor.yml until we sort out some of the issues

pull/402/head
Jeffrey Walton 2017-04-16 15:57:46 -04:00
parent 3504f1da25
commit 7df4418258
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 14 additions and 0 deletions

View File

@ -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