mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update AppVeyor config to set Boost_USE_STATIC_RUNTIME.
This commit is contained in:
parent
d66b6f1c46
commit
d0fa9a5a6d
@ -59,7 +59,7 @@ install:
|
||||
before_build:
|
||||
- if not exist build mkdir build
|
||||
- cd build
|
||||
- cmake -G "Visual Studio 15 2017 Win64" .. -DTESTS=On
|
||||
- cmake -G "Visual Studio 15 2017 Win64" .. -DTESTS=On -DBoost_USE_STATIC_RUNTIME=OFF
|
||||
build_script:
|
||||
- msbuild solidity.sln /p:Configuration=%CONFIGURATION% /m:%NUMBER_OF_PROCESSORS% /v:minimal
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
|
Loading…
Reference in New Issue
Block a user