Files
gtav-src/tools_ng/etc/CruiseControl/gamestats_backup/gamestats_backup_game.xml
T
2025-09-29 00:52:08 +02:00

24 lines
1.1 KiB
XML
Executable File

<cb:scope xmlns:cb="urn:ccnet.config.builder">
<cb:define projectname_base ="$(function)_$(game)_$(branch)"/>
<cb:define labeller_file ="$(game_include_dir)\$(function)\$(function)_labeller.xml"/>
<cb:define source_control_file ="$(game_include_dir)\$(function)\$(function)_source_control.xml"/>
<cb:define tasks_file ="$(game_include_dir)\$(function)\$(function)_tasks.xml"/>
<cb:define mail_from ="$(function).CC$(dev_blanking_underbar)@$(studio).com"/>
<cb:define build_timeout ="0"/>
<cb:define labelbuildok ="built_ok"/>
<cb:define projectname ="$(projectname_base)"/>
<cb:define projectname_dev ="$(projectname)$(dev_blanking_underbar)"/>
<cb:define webURL ="http://$(dashboard)/ccnet/server/$(COMPUTERNAME)/project/$(projectname_dev)/ViewProjectReport.aspx"/>
<cb:define states_dir ="$(RS_TOOLSCONFIG)\$(cc)\$(function)\states"/>
<cb:define artifacts_dir ="$(artifacts_root_dir)\$(projectname_dev)"/>
<cb:include href="$(project_file)"/>
</cb:scope>