Try to add AppVeyor Cmake builds for debug and release

Take 30
pull/465/head
Jeffrey Walton 2017-08-23 16:00:21 -04:00
parent a7801fc130
commit 95376d5d00
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 9 additions and 3 deletions

View File

@ -44,7 +44,7 @@ test_script:
cd cmake-build
cmake -G "Visual Studio 15 2017" -DCMAKE_BUILD_TYPE=$env:configuration ../
cmake -G "Visual Studio 15 2017" -DCMAKE_BUILD_TYPE=$env:configuration ..\
msbuild /t:Build cryptopp-static.vcxproj
@ -52,6 +52,8 @@ test_script:
robocopy $env:APPVEYOR_BUILD_FOLDER\cmake-build\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe
cd $env:APPVEYOR_BUILD_FOLDER\
.\cryptest.exe v
.\cryptest.exe tv all
@ -64,7 +66,7 @@ test_script:
cd cmake-build
cmake -G "Visual Studio 14 2015" -DCMAKE_BUILD_TYPE=$env:configuration ../
cmake -G "Visual Studio 14 2015" -DCMAKE_BUILD_TYPE=$env:configuration ..\
msbuild /t:Build cryptopp-static.vcxproj
@ -72,6 +74,8 @@ test_script:
robocopy $env:APPVEYOR_BUILD_FOLDER\cmake-build\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe
cd $env:APPVEYOR_BUILD_FOLDER\
.\cryptest.exe v
.\cryptest.exe tv all
@ -84,7 +88,7 @@ test_script:
cd cmake-build
cmake -G "Visual Studio 12 2013" -DCMAKE_BUILD_TYPE=$env:configuration ../
cmake -G "Visual Studio 12 2013" -DCMAKE_BUILD_TYPE=$env:configuration ..\
msbuild /t:Build cryptopp-static.vcxproj
@ -92,6 +96,8 @@ test_script:
robocopy $env:APPVEYOR_BUILD_FOLDER\cmake-build\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe
cd $env:APPVEYOR_BUILD_FOLDER\
.\cryptest.exe v
.\cryptest.exe tv all