From 4c9e59f4d234c5a71f9914c8598e2a88da98649e Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 23 Aug 2017 14:27:42 -0400 Subject: [PATCH] Try to add AppVeyor Cmake builds for debug and release Take 20 --- .appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 3ddcf21c..5c0f916d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -52,6 +52,8 @@ test_script: msbuild /t:Build cryptest.vcxproj + copy /Y $env:configuration\cryptest.exe . + .\cryptest.exe v .\cryptest.exe tv all @@ -72,6 +74,8 @@ test_script: msbuild /t:Build cryptest.vcxproj + copy /Y $env:configuration\cryptest.exe . + .\cryptest.exe v .\cryptest.exe tv all @@ -92,6 +96,8 @@ test_script: msbuild /t:Build cryptest.vcxproj + copy /Y $env:configuration\cryptest.exe . + .\cryptest.exe v .\cryptest.exe tv all