From 5083c0c65b32e21ea9ec86895d1c463a5e0945c5 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 23 Aug 2017 15:29:16 -0400 Subject: [PATCH] Try to add AppVeyor Cmake builds for debug and release Take 27 --- .appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index c827f100..4953d4aa 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -72,6 +72,8 @@ test_script: robocopy $env:APPVEYOR_BUILD_FOLDER\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe + dir *.exe + .\cryptest.exe v .\cryptest.exe tv all @@ -92,6 +94,8 @@ test_script: robocopy $env:APPVEYOR_BUILD_FOLDER\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe + dir *.exe + .\cryptest.exe v .\cryptest.exe tv all @@ -106,6 +110,8 @@ test_script: msbuild /t:CopyCryptestToRoot cryptest.vcxproj + dir *.exe + .\cryptest.exe v .\cryptest.exe tv all