41 lines
2.1 KiB
XML
Executable File
41 lines
2.1 KiB
XML
Executable File
<!-- CruiseControl .Net configuration for CodeBuilder-->
|
|
<!-- Important Note : Derek Ward : Use BLACKSLASHES FOR FILE PATHS -->
|
|
<!-- Important Note : Derek Ward : I've seen some weirdness - avoid mixed case in fields used in http urls etc. -->
|
|
|
|
<cb:scope xmlns:cb="urn:ccnet.config.builder">
|
|
|
|
<cb:define projectname_base_no_platform = "$(function)_$(game)_$(buildbranch)"/>
|
|
<cb:define projectname_base ="$(projectname_base_no_platform)_$(platform)"/>
|
|
|
|
<cb:define labeller_file ="$(game_include_dir)\$(function)\$(function)_labeller.xml"/>
|
|
<cb:define publishers_file ="$(game_include_dir)\$(function)\$(function)_publishers$(dev_blanking_underbar).xml"/>
|
|
<cb:define triggers_file ="$(game_include_dir)\$(function)\$(function)_triggers.xml"/>
|
|
<cb:define source_control_file ="$(game_include_dir)\$(function)\$(function)_source_control.xml"/>
|
|
<cb:define tasks_file ="$(game_include_dir)\$(function)\$(function)_$(platform)_tasks.xml"/>
|
|
|
|
<cb:define tools_dir ="$(RS_TOOLSROOT)\$(toolsbranch)\"/>
|
|
<cb:define tools_dev ="$(rage_dir)\framework\tools\src\$(toolsbranch)\"/>
|
|
|
|
<cb:define mail_from ="$(function).CC$(dev_blanking_underbar)@$(studio).com"/>
|
|
|
|
<cb:define build_timeout ="1800"/>
|
|
<cb:define labelbuildok ="built_ok"/>
|
|
|
|
<cb:define projectname ="$(projectname_base)_$(level)"/>
|
|
<cb:define projectname_dev ="$(projectname)$(dev_blanking_underbar)"/>
|
|
<cb:define webURL ="http://$(dashboard)/ccnet/server/$(COMPUTERNAME)/project/$(projectname_dev)/ViewProjectReport.aspx"/>
|
|
<cb:define artifacts_dir ="$(artifacts_root_dir)\$(projectname_dev)"/>
|
|
|
|
<cb:define duration ="300"/>
|
|
<cb:define standard_command_line ="-noautoload -nopopups -randomseed=1 -All_log=display -legacy_log=display -noIdleCam"/>
|
|
<cb:define build_config ="beta"/>
|
|
|
|
<cb:define log_dir ="$(drive_alias)\$(function)_logfiles"/>
|
|
<cb:define base_dir ="$(drive_alias)\"/>
|
|
|
|
<cb:define states_dir ="$(RS_TOOLSCONFIG)\$(cc)\$(function)\states"/>
|
|
|
|
<cb:include href="$(project_file)"/>
|
|
|
|
</cb:scope>
|