31 lines
1.7 KiB
XML
Executable File
31 lines
1.7 KiB
XML
Executable File
<cb:scope xmlns:cb="urn:ccnet.config.builder">
|
|
|
|
<cb:define game_dir ="$(drive_alias)\$(sourceroot)"/>
|
|
<cb:define rage_dir ="$(drive_alias)\$(sourceroot)\rage"/>
|
|
|
|
<cb:define build_folder ="$(RS_BUILDBRANCH)"/>
|
|
|
|
<cb:define projectname_base_no_platform ="$(function)_$(game)_$(branch)"/>
|
|
<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)_$(project_group)_publishers$(dev_blanking_underbar).xml"/>
|
|
<cb:define triggers_file ="$(game_include_dir)\$(function)\$(function)_$(project_group)_triggers.xml"/>
|
|
<cb:define source_control_file ="$(game_include_dir)\$(function)\$(function)_$(project_group)_source_control$(unity).xml"/>
|
|
|
|
<cb:define mail_from ="$(function).CC$(dev_blanking_underbar)@$(studio).com"/>
|
|
|
|
<cb:define build_timeout ="7200"/>
|
|
<cb:define labelbuildok ="built_ok"/>
|
|
|
|
<cb:define projectname ="$(projectname_base)$(unity)$(vs)_$(subproject)"/>
|
|
<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 states_dir ="$(RS_TOOLSCONFIG)\$(cc)\$(function)\states"/>
|
|
|
|
<cb:include href="$(project_file)"/>
|
|
|
|
</cb:scope>
|