mirror of
https://github.com/zeux/pugixml.git
synced 2025-01-14 01:47:55 +08:00
tests: Add /MP to AppVeyor builds to try to reduce build time
This commit is contained in:
parent
2e8a2a4e1c
commit
1e3d6f15f5
@ -45,7 +45,7 @@ foreach ($vs in $args)
|
|||||||
Add-AppveyorTest $target -Outcome Running
|
Add-AppveyorTest $target -Outcome Running
|
||||||
|
|
||||||
Write-Output "# Building $target.exe"
|
Write-Output "# Building $target.exe"
|
||||||
& cmd /c "cl.exe /Fe$target.exe /EHsc /W4 /WX $deflist $sources 2>&1" | Tee-Object -Variable buildOutput
|
& cmd /c "cl.exe /MP /Fe$target.exe /EHsc /W4 /WX $deflist $sources 2>&1" | Tee-Object -Variable buildOutput
|
||||||
|
|
||||||
if ($?)
|
if ($?)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user