
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
File Attachments:
|
1.
parallel.patch (9 kb)
|
|
|
This patch allows for parallel execution of tasks. The configuration would resemble the following:
<tasks>
<parallel>
<tasks>
<serial>
<tasks>
<exec>...make.release...</exec>
<exec>...test.release...</exec>
</tasks>
</serial>
<serial>
<tasks>
<exec>...make.debug...</exec>
<exec>...test.debug...</exec>
</tasks>
</serial>
</tasks>
</tasks>
</parallel>
<exec>...package..</exec>
</tasks>
|
|
Description
|
This patch allows for parallel execution of tasks. The configuration would resemble the following:
<tasks>
<parallel>
<tasks>
<serial>
<tasks>
<exec>...make.release...</exec>
<exec>...test.release...</exec>
</tasks>
</serial>
<serial>
<tasks>
<exec>...make.debug...</exec>
<exec>...test.debug...</exec>
</tasks>
</serial>
</tasks>
</tasks>
</parallel>
<exec>...package..</exec>
</tasks> |
Show » |
| No work has yet been logged on this issue.
|
|