Skip to content

Commit

Permalink
tests: Add /MP to AppVeyor builds to try to reduce build time
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux committed Nov 16, 2023
1 parent 2e8a2a4 commit 1e3d6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/autotest-appveyor.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ foreach ($vs in $args)
Add-AppveyorTest $target -Outcome Running

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 ($?)
{
Expand Down

0 comments on commit 1e3d6f1

Please sign in to comment.