45 lines
1.4 KiB
XML
Executable File
45 lines
1.4 KiB
XML
Executable File
<cb:scope xmlns:cb="urn:ccnet.config.builder"
|
|
build_exe = "$(SCE_ROOT_DIR)\common\VSI\bin\vsibuild.exe">
|
|
|
|
<exec executable="cmd.exe"
|
|
buildArgs='/C echo "[colourise=blue]INFO_MSG: $(build_exe) $(solution) $(incredicmd) $(target) [$(toolbuild_owner_email)]"'
|
|
buildTimeoutSeconds="60"/>
|
|
|
|
<exec>
|
|
<executable>$(build_exe)</executable>
|
|
<buildArgs>$(solution) "$(target)" $(incredicmd)</buildArgs>
|
|
<buildTimeoutSeconds>$(build_timeout)</buildTimeoutSeconds>
|
|
<abortOnFail>false</abortOnFail>
|
|
<description>Building code</description>
|
|
<environment>
|
|
<variable>
|
|
<name>BUILD_FOLDER</name>
|
|
<value>$(build_folder)</value>
|
|
</variable>
|
|
<variable>
|
|
<name>RAGE_DIR</name>
|
|
<value>$(rage_dir)</value>
|
|
</variable>
|
|
<variable>
|
|
<name>XBECOPY_SUPPRESS_COPY</name>
|
|
<value>1</value>
|
|
</variable>
|
|
<variable>
|
|
<name>$(custom_env_variable_name_1)</name>
|
|
<value>$(custom_env_variable_value_1)</value>
|
|
</variable>
|
|
<variable>
|
|
<name>$(custom_env_variable_name_2)</name>
|
|
<value>$(custom_env_variable_value_2)</value>
|
|
</variable>
|
|
<variable>
|
|
<name>$(custom_env_variable_name_3)</name>
|
|
<value>$(custom_env_variable_value_3)</value>
|
|
</variable>
|
|
<variable>
|
|
<name>$(custom_env_variable_name_4)</name>
|
|
<value>$(custom_env_variable_value_4)</value>
|
|
</variable>
|
|
</environment>
|
|
</exec>
|
|
</cb:scope> |