27 lines
1.1 KiB
XML
Executable File
27 lines
1.1 KiB
XML
Executable File
<tasks xmlns:cb="urn:ccnet.config.builder">
|
|
<modificationWriter pendingFilename = "modificationsPending.xml" logDir=".\buildlogs"/>
|
|
<!--
|
|
<exec executable="cmd.exe"
|
|
buildArgs='/C echo "[colourise=grey]INFO_MSG: WIKI https://devstar.rockstargames.com/wiki/index.php/Asset_Builder"'
|
|
buildTimeoutSeconds="60"/>
|
|
|
|
<exec executable="cmd.exe"
|
|
buildArgs='/C echo "[colourise=grey]INFO_MSG: Custom CL Report http://$(dashboard)/ccnet/custom_reports/assetbuilder_project_state_aggregate.html"'
|
|
buildTimeoutSeconds="60"/>
|
|
-->
|
|
|
|
<exec executable="cmd.exe"
|
|
buildArgs='/C echo "[colourise=grey]INFO_MSG: CCTray %RS_TOOLSROOT%\script\util\CruiseControl\CCTray\cctray_assetbuilder$(ASSETBUILDER_TYPE).bat"'
|
|
buildTimeoutSeconds="60"/>
|
|
|
|
<cb:include href="$(sync_tools_file)"/>
|
|
|
|
<exec>
|
|
<executable>cmd.exe</executable>
|
|
<buildArgs>/C $(RS_TOOLSROOT)\script\util\CruiseControl\AssetBuilder\assetbuilder_rebuild_make.bat $(ASSETBUILDER_TYPE)</buildArgs>
|
|
<abortOnFail>false</abortOnFail>
|
|
<description>Making assetbuilder config</description>
|
|
</exec>
|
|
|
|
|
|
</tasks> |