parent
397f3ade13
commit
307fd35cba
|
|
@ -46,7 +46,7 @@ test_script:
|
||||||
|
|
||||||
cd cmake-build
|
cd cmake-build
|
||||||
|
|
||||||
cmake -G "Visual Studio 15 2017" -DCMAKE_BUILD_TYPE=$env:$env:configuration ../
|
cmake -G "Visual Studio 15 2017" -DCMAKE_BUILD_TYPE=$env:configuration ../
|
||||||
|
|
||||||
msbuild /t:Build cryptopp-static.vcxproj
|
msbuild /t:Build cryptopp-static.vcxproj
|
||||||
|
|
||||||
|
|
@ -66,7 +66,7 @@ test_script:
|
||||||
|
|
||||||
cd cmake-build
|
cd cmake-build
|
||||||
|
|
||||||
cmake -G "Visual Studio 14 2015" -DCMAKE_BUILD_TYPE=$env:$env:configuration ../
|
cmake -G "Visual Studio 14 2015" -DCMAKE_BUILD_TYPE=$env:configuration ../
|
||||||
|
|
||||||
msbuild /t:Build cryptopp-static.vcxproj
|
msbuild /t:Build cryptopp-static.vcxproj
|
||||||
|
|
||||||
|
|
@ -86,7 +86,7 @@ test_script:
|
||||||
|
|
||||||
cd cmake-build
|
cd cmake-build
|
||||||
|
|
||||||
cmake -G "Visual Studio 12 2013" -DCMAKE_BUILD_TYPE=$env:$env:configuration ../
|
cmake -G "Visual Studio 12 2013" -DCMAKE_BUILD_TYPE=$env:configuration ../
|
||||||
|
|
||||||
msbuild /t:Build cryptopp-static.vcxproj
|
msbuild /t:Build cryptopp-static.vcxproj
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue