From a7801fc130b453cfea5aebe85f7133632245b19f Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 23 Aug 2017 15:50:36 -0400 Subject: [PATCH] Try to add AppVeyor Cmake builds for debug and release Take 29 --- .appveyor.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 424a3e3f..b1cb095d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -50,9 +50,7 @@ test_script: msbuild /t:Build cryptest.vcxproj - robocopy $env:APPVEYOR_BUILD_FOLDER\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe - - dir *.exe + robocopy $env:APPVEYOR_BUILD_FOLDER\cmake-build\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe .\cryptest.exe v @@ -72,9 +70,7 @@ test_script: msbuild /t:Build cryptest.vcxproj - robocopy $env:APPVEYOR_BUILD_FOLDER\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe - - dir *.exe + robocopy $env:APPVEYOR_BUILD_FOLDER\cmake-build\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe .\cryptest.exe v @@ -94,9 +90,7 @@ test_script: msbuild /t:Build cryptest.vcxproj - robocopy $env:APPVEYOR_BUILD_FOLDER\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe - - dir *.exe + robocopy $env:APPVEYOR_BUILD_FOLDER\cmake-build\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe .\cryptest.exe v @@ -112,8 +106,6 @@ test_script: msbuild /t:CopyCryptestToRoot cryptest.vcxproj - dir *.exe - .\cryptest.exe v .\cryptest.exe tv all