Try to add AppVeyor Cmake builds for debug and release

Take 26
pull/465/head
Jeffrey Walton 2017-08-23 15:14:43 -04:00
parent 94a9c6dc7b
commit 295cd8e60b
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 8 additions and 8 deletions

View File

@ -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
}