From 5c42f096f3ef8df32e4dc9f81aa4ba49ff2c7fd5 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 23 Aug 2017 14:48:03 -0400 Subject: [PATCH] Try to add AppVeyor Cmake builds for debug and release Take 21 --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 5c0f916d..71dd4a5f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -52,7 +52,7 @@ test_script: msbuild /t:Build cryptest.vcxproj - copy /Y $env:configuration\cryptest.exe . + robocopy $env:configuration\cryptest.exe . .\cryptest.exe v @@ -74,7 +74,7 @@ test_script: msbuild /t:Build cryptest.vcxproj - copy /Y $env:configuration\cryptest.exe . + robocopy $env:configuration\cryptest.exe . .\cryptest.exe v @@ -96,7 +96,7 @@ test_script: msbuild /t:Build cryptest.vcxproj - copy /Y $env:configuration\cryptest.exe . + robocopy $env:configuration\cryptest.exe . .\cryptest.exe v