From 820d62f97834dd9c3ce9d1f217c202395e123ff7 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 2 Aug 2017 04:32:18 -0400 Subject: [PATCH] Partially fix AppVeyor build AppVeyor still has problems, like not being able to run a x64 test --- .appveyor.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 80006a6b..0ba54d7b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -25,20 +25,16 @@ image: - Visual Studio 2015 - Visual Studio 2013 -build: +build: off - project: cryptest.sln - verbosity: minimal - parallel: true +# project: cryptest.sln +# verbosity: minimal +# parallel: true test_script: - cmd: >- - vcupgrade.exe -nologo -overwrite cryptlib.vcxproj - - vcupgrade.exe -nologo -overwrite cryptest.vcxproj - msbuild /t:Build cryptlib.vcxproj msbuild /t:Build cryptest.vcxproj