Try to add AppVeyor Cmake builds for debug and release

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

View File

@ -25,6 +25,7 @@ image:
environment: environment:
matrix: matrix:
- BUILD_MODE: CMake - BUILD_MODE: CMake
- BUILD_MODE: MSBuild - BUILD_MODE: MSBuild
@ -46,17 +47,17 @@ test_script:
if($env:configuration -eq "Debug") if($env:configuration -eq "Debug")
{ {
cmake -DCMAKE_BUILD_TYPE=Debug ../ cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Debug ../
} }
else else
{ {
cmake -DCMAKE_BUILD_TYPE=Release ../ cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release ../
} }
make -j 2 VERBOSE=1 nmake VERBOSE=1
.\cryptest.exe v .\cryptest.exe v