Try to add AppVeyor Cmake builds for debug and release

Take 2
pull/465/head
Jeffrey Walton 2017-08-23 11:34:13 -04:00
parent 0e899de2b2
commit 5d2b8772b5
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 6 additions and 6 deletions

View File

@ -24,8 +24,8 @@ image:
environment: environment:
BUILD_MODE = CMake - BUILD_MODE = CMake
BUILD_MODE = MSBuild - BUILD_MODE = MSBuild
# Disable build through solution file # Disable build through solution file
build: off build: off
@ -44,18 +44,18 @@ test_script:
if($env:configuration -eq "Debug") if($env:configuration -eq "Debug")
{ {
cmake -DCMAKE_BUILD_TYPE=Debug ../ cmake -DCMAKE_BUILD_TYPE=Debug ../
} }
else else
{ {
cmake -DCMAKE_BUILD_TYPE=Release ../ cmake -DCMAKE_BUILD_TYPE=Release ../
} }
make -j 2 make -j 2 VERBOSE=1
.\cryptest.exe v .\cryptest.exe v