Files
2025-09-29 00:52:08 +02:00

28 lines
1.4 KiB
XML
Executable File

<cb:config-template xmlns:cb="urn:ccnet.config.builder">
<cb:include href="$(RS_TOOLSCONFIG)\CruiseControl\General\base.xml"/>
<cb:define function ="toolstester"/>
<cb:define sourceroot ="$(game)\src\$(srcbranch)"/>
<cb:define rage_dir ="$(drive_alias)\$(sourceroot)\rage"/>
<cb:define projectname_base ="$(function)_$(game)_$(branch)"/>
<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 source_control_file ="$(game_include_dir)\$(function)\$(function)_source_control.xml"/>
<cb:define users_file ="$(game_include_dir)\$(function)\$(function)_users.xml"/>
<cb:define task_exec_file ="$(game_include_dir)\$(function)\$(function)_tasks.xml"/>
<cb:define triggers_file ="$(game_include_dir)\$(function)\$(function)_triggers.xml"/>
<cb:define mail_from ="$(function).CC$(dev_blanking_underbar)@$(studio).com"/>
<cb:define states_dir ="$(RS_TOOLSCONFIG)\$(cc)\$(function)\states"/>
<cb:define developers_email_notification_rule = "change"/>
<cb:define base_file ="$(game_include_dir)\$(function)\$(function)_base.xml"/>
<cb:define changelist_skip ="0"/>
</cb:config-template>