aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-10-12 11:50:57 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-10-12 11:50:57 +0100
commit98c389ccff2d808524fa6d8b8091465e7b86ea1c (patch)
treeefd2957063624c589a58b5d5bb04af47f9722eb0 /.cirrus.yml
parent1d277f42236d6074ea84c407ae0863ae943f27e4 (diff)
downloadbitcoin-98c389ccff2d808524fa6d8b8091465e7b86ea1c.tar.xz
ci: Use Multi-ToolTask in "Win64 native" task
See https://devblogs.microsoft.com/cppblog/improved-parallelism-in-msbuild/
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index f9b47ff7d9..9c5c0e0275 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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