mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-08-05 22:44:50 +02:00
Merge bitcoin/bitcoin#26299: ci: Use Multi-ToolTask in "Win64 native" task
98c389ccff
ci: Use Multi-ToolTask in "Win64 native" task (Hennadii Stepanov) Pull request description: See https://devblogs.microsoft.com/cppblog/improved-parallelism-in-msbuild/. Build time (`ccache` cache has been _invalidated_ to ensure equal initial conditions): - on the [master](https://cirrus-ci.com/task/4900469905555456) branch:  - this [PR](https://cirrus-ci.com/task/5840011785404416) changes:  Also consider "CPU Usage" charts provided by CI. ACKs for top commit: aureleoules: ACK98c389ccff
🎉 jarolrod: ACK98c389ccff
Tree-SHA512: 03b7ff48322ab8ab74ca1646df994fb6766ad4dd656f3b89e5ef5bc4756c185354689f44e5e1aa3b193aab895402b4d032b53fa9aa437455d9800e0294d86836
This commit is contained in:
commit
75cbbfa279
@ -171,7 +171,7 @@ task:
|
||||
- cd %CIRRUS_WORKING_DIR%
|
||||
- ccache --zero-stats --max-size=%CCACHE_SIZE%
|
||||
- python build_msvc\msvc-autogen.py
|
||||
- msbuild build_msvc\bitcoin.sln -property:CLToolExe=%WRAPPED_CL% -property:Configuration=Release -maxCpuCount -verbosity:minimal -noLogo
|
||||
- msbuild build_msvc\bitcoin.sln -property:CLToolExe=%WRAPPED_CL%;UseMultiToolTask=true;Configuration=Release -maxCpuCount -verbosity:minimal -noLogo
|
||||
- ccache --show-stats
|
||||
check_script:
|
||||
- src\test_bitcoin.exe -l test_suite
|
||||
|
Loading…
Reference in New Issue
Block a user