43 lines
2.4 KiB
XML
Executable File
43 lines
2.4 KiB
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/automation/CodeBuilder2JobProcessor.xml
|
|
Description: Codebuilder 2 Job Processor configurations.
|
|
|
|
Author: Derek Ward <derek@rockstarnorth.com>
|
|
Date: 02 Dec 2013
|
|
-->
|
|
<Parameters>
|
|
|
|
<!-- Param used in development only -->
|
|
|
|
<!--
|
|
<Parameter name="dev" type="string" value="true"/>
|
|
-->
|
|
|
|
<!-- Params specifying the executable tool to use for builds. -->
|
|
<Parameter name="incredibuild" type="string" value="%PROGRAMFILES(X86)%/Xoreax/IncrediBuild/BuildConsole.exe"/>
|
|
<Parameter name="incredibuild_new" type="string" value="%PROGRAMFILES(X86)%/IncrediBuild/BuildConsole.exe"/>
|
|
<Parameter name="vs2008" type="string" value="%PROGRAMFILES(X86)%/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com"/>
|
|
<Parameter name="vs2010" type="string" value="%PROGRAMFILES(X86)%/Microsoft Visual Studio 10.0/Common7/IDE/devenv.com"/>
|
|
<Parameter name="vs2012" type="string" value="%PROGRAMFILES(X86)%/Microsoft Visual Studio 11.0/Common7/IDE/devenv.com"/>
|
|
<Parameter name="vs2015" type="string" value="%PROGRAMFILES(X86)%/Microsoft Visual Studio 14.0/Common7/IDE/devenv.com"/>
|
|
<Parameter name="vs2017" type="string" value="%PROGRAMFILES(X86)%/Microsoft Visual Studio/2017/Professional/Common7/IDE/devenv.com"/>
|
|
<Parameter name="vs2019" type="string" value="%PROGRAMFILES(X86)%/Microsoft Visual Studio/2019/Professional/Common7/IDE/devenv.com"/>
|
|
<Parameter name="vsi2008" type="string" value="%SCE_ROOT_DIR%/Common/VSI/bin/vsibuild.exe" />
|
|
<Parameter name="vsi2010" type="string" value="%SCE_ROOT_DIR%/Common/SceVSI/bin/vs10build.exe" />
|
|
<Parameter name="vsi2011" type="string" value="%SCE_ROOT_DIR%/Common/SceVSI-VS11/bin/vs11build.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.*" />
|
|
<Parameter name="warning regex" type="string" value=".*:\swarn" />
|
|
|
|
<!-- Param used to match a pattern of files that are NOT valid for upload & publish -->
|
|
<!-- eg. .*\.dummy would not upload or publish files of extension '.dummy' -->
|
|
<Parameter name="target filter regex" type="string" value=".*\.pdb|.*\.exp|.*\.ilk" />
|
|
|
|
<!-- Params that set the build environment during codebuilding -->
|
|
<Array name="BuildEnvironment" type="string">
|
|
<!-- Suppress the Xbox 360 copy step. -->
|
|
<Parameter value="XBECOPY_SUPPRESS_COPY=1"/>
|
|
</Array>
|
|
</Parameters> |