We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5f95ba + 98c389c commit 75cbbfaCopy full SHA for 75cbbfa
.cirrus.yml
@@ -171,7 +171,7 @@ task:
171
- cd %CIRRUS_WORKING_DIR%
172
- ccache --zero-stats --max-size=%CCACHE_SIZE%
173
- python build_msvc\msvc-autogen.py
174
- - 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
175
- ccache --show-stats
176
check_script:
177
- src\test_bitcoin.exe -l test_suite
0 commit comments