46 lines
1.5 KiB
XML
Executable File
46 lines
1.5 KiB
XML
Executable File
<cb:scope xmlns:cb="urn:ccnet.config.builder"
|
|
build_exe = "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe" >
|
|
<exec executable="cmd.exe"
|
|
buildArgs='/C echo "[colourise=blue]INFO_MSG: $(build_exe) $(solution) $(incredicmd) $(target) [$(toolbuild_owner_email)]"'
|
|
buildTimeoutSeconds="60"/>
|
|
|
|
<exec>
|
|
<executable>ruby</executable>
|
|
<buildArgs>$(RS_TOOLSROOT)\lib\util\CruiseControl\devenv.rb --sln=$(solution) --build_type=$(incredicmd) --cfg=$(target)</buildArgs>
|
|
<buildTimeoutSeconds>$(build_timeout)</buildTimeoutSeconds>
|
|
<abortOnFail>false</abortOnFail>
|
|
<description>Building code via devenv.rb</description>
|
|
<environment>
|
|
<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>
|
|
<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> |