Files
gtav-src/tools_ng/etc/CruiseControl/assetbuilder/assetbuilder_tasks_command.xml
T
2025-09-29 00:52:08 +02:00

20 lines
593 B
XML
Executable File

<tasks xmlns:cb="urn:ccnet.config.builder">
<!-- create artifact buildlog dir -->
<exec executable="cmd.exe"
buildArgs="/C mkdir $(artifacts_dir)\buildlogs>>ignore.log 2&gt;&amp;1"
description="making artifacts buildlogs dir"
abortOnFail="false"
successExitCodes= "0,1" />
<cb:scope>
<exec executable="ruby.exe"
baseDirectory="$(RS_TOOLSLIB)\util\assetbuilder"
buildArgs="assetbuilder_run_command.rb $(command)"
description="Running assetbuilder command $(command)"
buildTimeoutSeconds="10000"/>
</cb:scope>
</tasks>