parent
a7801fc130
commit
95376d5d00
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue