Skip to content
Snippets Groups Projects
Commit 456ce490 authored by Craig Tiller's avatar Craig Tiller
Browse files

Enable msbuild running parallel jobs

parent 063560e3
No related branches found
No related tags found
No related merge requests found
...@@ -479,6 +479,7 @@ if platform.system() == 'Windows': ...@@ -479,6 +479,7 @@ if platform.system() == 'Windows':
return [ return [
jobset.JobSpec(['msbuild.exe', jobset.JobSpec(['msbuild.exe',
'vsprojects\\%s.sln' % target, 'vsprojects\\%s.sln' % target,
'/m',
'/p:Configuration=%s' % _WINDOWS_CONFIG[cfg]], '/p:Configuration=%s' % _WINDOWS_CONFIG[cfg]],
shell=True, timeout_seconds=30*60) shell=True, timeout_seconds=30*60)
for target in targets] for target in targets]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment