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