Try to add AppVeyor Cmake builds for debug and release

Take 12
pull/465/head
Jeffrey Walton 2017-08-23 12:22:41 -04:00
parent 8e83dba05c
commit f021a9c627
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ test_script:
- ps: >-
if($env:image -eq "Visual Studio 2017" && $env:BUILD_MODE -eq "CMake")
if($env:image -eq "Visual Studio 2017" -and $env:BUILD_MODE -eq "CMake")
{
mkdir cmake-build
@ -66,7 +66,7 @@ test_script:
.\cryptest.exe tv all
}
elseif($env:image -eq "Visual Studio 2015" && $env:BUILD_MODE -eq "CMake")
elseif($env:image -eq "Visual Studio 2015" -and $env:BUILD_MODE -eq "CMake")
{
mkdir cmake-build
@ -95,7 +95,7 @@ test_script:
.\cryptest.exe tv all
}
elseif($env:image -eq "Visual Studio 2013" && $env:BUILD_MODE -eq "CMake")
elseif($env:image -eq "Visual Studio 2013" -and $env:BUILD_MODE -eq "CMake")
{
mkdir cmake-build