From 6b200c80cfc1c4da49e5ab06b73cc3f730526103 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 2 Aug 2017 04:02:32 -0400 Subject: [PATCH] Fix x64 builds Take 3 --- .appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 40fd29e7..80006a6b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -35,6 +35,14 @@ 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 + msbuild /t:CopyCryptestToRoot cryptest.vcxproj cryptest.exe v