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

29 lines
778 B
XML
Executable File

<exec xmlns:cb="urn:ccnet.config.builder">
<executable>$(build_exe)</executable>
<buildArgs>$(solution) $(incredicmd) /cfg="$(target)"</buildArgs>
<buildTimeoutSeconds>3600</buildTimeoutSeconds>
<abortOnFail>$(abortonfail)</abortOnFail>
<description>Building code</description>
<environment>
<variable>
<name>GAME_DIR</name>
<value>$(game_dir)</value>
</variable>
<variable>
<name>BUILD_FOLDER</name>
<value>$(build_folder)</value>
</variable>
<variable>
<name>RAGE_DIR</name>
<value>$(rage_dir)</value>
</variable>
<variable>
<name>RAGE_ROOT_FOLDER</name>
<value>$(rage_dir)</value>
</variable>
<variable>
<name>XBECOPY_SUPPRESS_COPY</name>
<value>1</value>
</variable>
</environment>
</exec>