Enable msbuild running parallel jobs

pull/3097/head
Craig Tiller 9 years ago
parent 063560e3fb
commit 456ce490ea
  1. 1
      tools/run_tests/run_tests.py

@ -479,6 +479,7 @@ if platform.system() == 'Windows':
return [
jobset.JobSpec(['msbuild.exe',
'vsprojects\\%s.sln' % target,
'/m',
'/p:Configuration=%s' % _WINDOWS_CONFIG[cfg]],
shell=True, timeout_seconds=30*60)
for target in targets]

Loading…
Cancel
Save