Files
gtav-src/tools_ng/etc/automation/processors/ScriptBuilderJobProcessor.xml
T
2025-09-29 00:52:08 +02:00

27 lines
954 B
XML
Executable File

<?xml version='1.0'?>
<!--
File: %RS_TOOLSCONFIG%/automation/ScriptBuilderJobProcessor.xml
Description: Scriptbuilder Job Processor configurations.
Author: Derek Ward <derek@rockstarnorth.com>
Date: 25 Mar 2014
-->
<Parameters>
<!-- Param used in development only -->
<!-- Params specifying the executable tool to use for builds. -->
<Parameter name="xge" type="string" value="%PROGRAMFILES(X86)%/Xoreax/IncrediBuild/xgconsole.exe"/>
<!-- 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.*|.*Error:" />
<Parameter name="warning regex" type="string" value=".*:\swarn|.*Warning:" />
<!-- Params that set the build environment during scriptbuilding -->
<Array name="BuildEnvironment" type="string">
<!--
<Parameter value="blah=1"/>
-->
</Array>
</Parameters>