Skip to content

Commit 98c389c

Browse files
committed
ci: Use Multi-ToolTask in "Win64 native" task
See https://devblogs.microsoft.com/cppblog/improved-parallelism-in-msbuild/
1 parent 1d277f4 commit 98c389c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ task:
171171
- cd %CIRRUS_WORKING_DIR%
172172
- ccache --zero-stats --max-size=%CCACHE_SIZE%
173173
- python build_msvc\msvc-autogen.py
174-
- msbuild build_msvc\bitcoin.sln -property:CLToolExe=%WRAPPED_CL% -property:Configuration=Release -maxCpuCount -verbosity:minimal -noLogo
174+
- msbuild build_msvc\bitcoin.sln -property:CLToolExe=%WRAPPED_CL%;UseMultiToolTask=true;Configuration=Release -maxCpuCount -verbosity:minimal -noLogo
175175
- ccache --show-stats
176176
check_script:
177177
- src\test_bitcoin.exe -l test_suite

0 commit comments

Comments
 (0)