Try to add AppVeyor Cmake builds for debug and release

Take 9
pull/465/head
Jeffrey Walton 2017-08-23 11:55:47 -04:00
parent c9d3fbf165
commit 16a0cfeee1
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 2 deletions

View File

@ -47,13 +47,13 @@ test_script:
if($env:configuration -eq "Debug")
{
cmake -G "Visual Studio" -DCMAKE_BUILD_TYPE=Debug ../
cmake -G "$env:image" -DCMAKE_BUILD_TYPE=Debug ../
}
else
{
cmake -G "Visual Studio" -DCMAKE_BUILD_TYPE=Release ../
cmake -G "$env:image" -DCMAKE_BUILD_TYPE=Release ../
}