Run Documentation formatting in parallel
AsciiDoc is slow. Run 8 forks in parallel, assuming most developers building Gerrit need at least 4 cores to get through the GWT builds. Change-Id: Icf1a244d528f91aa5b8fbc10aa905ce3b32a3535
This commit is contained in:
@@ -251,6 +251,7 @@ limitations under the License.
|
||||
<arg value="VERSION=${project.version}" />
|
||||
<arg value="clean" />
|
||||
<arg value="all" />
|
||||
<arg value="-j8" />
|
||||
</exec>
|
||||
|
||||
<mkdir dir="${dst}" />
|
||||
@@ -278,6 +279,7 @@ limitations under the License.
|
||||
<arg value="VERSION=${project.version}" />
|
||||
<arg value="clean" />
|
||||
<arg value="all" />
|
||||
<arg value="-j8" />
|
||||
</exec>
|
||||
|
||||
<mkdir dir="${dst}" />
|
||||
|
||||
Reference in New Issue
Block a user