Try to add AppVeyor Cmake builds for debug and release

Take 16
pull/465/head
Jeffrey Walton 2017-08-23 13:27:12 -04:00
parent cf7fe07614
commit 397f3ade13
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 3 additions and 7 deletions

View File

@ -37,11 +37,7 @@ test_script:
- ps: >-
echo "Image 1: $image"
echo "Image 2: $env:image"
if($image -eq "Visual Studio 2017" -and $env:BUILD_MODE -eq "CMake")
if($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2017" -and $env:BUILD_MODE -eq "CMake")
{
echo "Visual Studio 2017, CMake"
@ -61,7 +57,7 @@ test_script:
.\cryptest.exe tv all
}
elseif($image -eq "Visual Studio 2015" -and $env:BUILD_MODE -eq "CMake")
elseif($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2015" -and $env:BUILD_MODE -eq "CMake")
{
echo "Visual Studio 2015, CMake"
@ -81,7 +77,7 @@ test_script:
.\cryptest.exe tv all
}
elseif($image -eq "Visual Studio 2013" -and $env:BUILD_MODE -eq "CMake")
elseif($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2013" -and $env:BUILD_MODE -eq "CMake")
{
echo "Visual Studio 2013, CMake"