36 lines
1.1 KiB
XML
Executable File
36 lines
1.1 KiB
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/automation/AssetBuilderJobProcessor.xml
|
|
Description: IntegratorProcessor Settings.
|
|
|
|
Author: Derek Ward <derek.ward@rockstarnorth.com>
|
|
Date: 9 May 2013
|
|
|
|
-->
|
|
<Parameters>
|
|
<!--
|
|
Parameter to tell system whether to submit integrations
|
|
-->
|
|
<Parameter name="Submit" type="bool" value="true" />
|
|
|
|
<!--
|
|
Parameter to supply p4 integ with additional options
|
|
-->
|
|
<Parameter name="P4 Integ Options" type="string" value="-i -Dis" />
|
|
|
|
<!--
|
|
Parameter to allow integrator executables to run.
|
|
-->
|
|
<Parameter name="Integrator Executables" type="bool" value="true" />
|
|
|
|
<!--
|
|
Parameter to ensure syncing of integrator executables control files and the executables.
|
|
-->
|
|
<Parameter name="Sync Integrator Executables" type="bool" value="true" />
|
|
|
|
<!-- Params for the regex matching on build output *you do not need to escape characters* -->
|
|
<Parameter name="error regex" type="string" value=".*:\serror|.*:\sfatal error.*" />
|
|
<Parameter name="warning regex" type="string" value=".*:\swarn" />
|
|
|
|
</Parameters>
|