Try to add AppVeyor Cmake builds for debug and release

Take 5
pull/465/head
Jeffrey Walton 2017-08-23 11:37:56 -04:00
parent da00de7219
commit a73b1d50eb
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 6 additions and 5 deletions

View File

@ -24,8 +24,9 @@ image:
environment:
- BUILD_MODE=CMake
- BUILD_MODE=MSBuild
matrix:
- BUILD_MODE: CMake
- BUILD_MODE: MSBuild
# Disable build through solution file
build: off
@ -44,13 +45,13 @@ test_script:
if($env:configuration -eq "Debug")
{
cmake -DCMAKE_BUILD_TYPE=Debug ../
}
else
{
cmake -DCMAKE_BUILD_TYPE=Release ../
}