From 295cd8e60b42fb2f7a679e4a25ff016c55f5a4d5 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 23 Aug 2017 15:14:43 -0400 Subject: [PATCH] Try to add AppVeyor Cmake builds for debug and release Take 26 --- .appveyor.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 34aae565..c827f100 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -52,9 +52,9 @@ test_script: robocopy $env:APPVEYOR_BUILD_FOLDER\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe - $env:APPVEYOR_BUILD_FOLDER\cryptest.exe v + .\cryptest.exe v - $env:APPVEYOR_BUILD_FOLDER\cryptest.exe tv all + .\cryptest.exe tv all } elseif($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2015" -and $env:BUILD_MODE -eq "CMake") @@ -72,9 +72,9 @@ test_script: robocopy $env:APPVEYOR_BUILD_FOLDER\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe - $env:APPVEYOR_BUILD_FOLDER\cryptest.exe v + .\cryptest.exe v - $env:APPVEYOR_BUILD_FOLDER\cryptest.exe tv all + .\cryptest.exe tv all } elseif($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2013" -and $env:BUILD_MODE -eq "CMake") @@ -92,9 +92,9 @@ test_script: robocopy $env:APPVEYOR_BUILD_FOLDER\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe - $env:APPVEYOR_BUILD_FOLDER\cryptest.exe v + .\cryptest.exe v - $env:APPVEYOR_BUILD_FOLDER\cryptest.exe tv all + .\cryptest.exe tv all } else @@ -106,9 +106,9 @@ test_script: msbuild /t:CopyCryptestToRoot cryptest.vcxproj - $env:APPVEYOR_BUILD_FOLDER\cryptest.exe v + .\cryptest.exe v - $env:APPVEYOR_BUILD_FOLDER\cryptest.exe tv all + .\cryptest.exe tv all }