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

63 lines
3.0 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 ="toolbuilder"/>
<cb:define build_folder ="$(RS_BUILDBRANCH)"/>
<cb:define buildpublisher_file ="$(game_include_dir)\$(function)\$(function)_publishers_buildpublisher.xml"/>
<cb:define base_file ="$(game_include_dir)\$(function)\$(function)_base.xml"/>
<cb:define sync_tools_file ="$(game_include_dir)\$(function)\$(function)_exec_sync_tools.xml"/>
<cb:define project_file ="$(game_include_dir)\$(function)\$(function)_project.xml"/>
<cb:define labeller_file ="$(game_include_dir)\$(function)\$(function)_labeller.xml"/>
<cb:define publishers_file ="$(game_include_dir)\$(function)\$(function)_publishers.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 users_file ="$(game_include_dir)\$(function)\$(function)_users.xml"/>
<cb:define tasks_file ="$(game_include_dir)\$(function)\$(function)_tasks.xml"/>
<cb:define stats_file ="$(game_include_dir)\$(function)\$(function)_stats.xml"/>
<cb:define tools_build_dir ="$(RS_TOOLSCONFIG)\CruiseControl\$(function)\targets"/>
<cb:define projectname_base ="$(function)_$(game)_$(branch)"/>
<cb:define build_timeout ="7200"/>
<cb:define labelbuildok ="built_ok"/>
<cb:define states_dir ="$(RS_TOOLSCONFIG)\$(cc)\$(function)\states"/>
<cb:define mail_from ="$(function).CC@$(studio).com"/>
<cb:define mailRegexpSubjectReplacement ="$2: $4 $6 $5 ($7)"/>
<!-- stubbed out null entries -->
<cb:define solution_file_1 = ""/>
<cb:define targets_1 = ""/>
<cb:define incredicmd_1 = ""/>
<cb:define task_exec_file_1 = "$(game_include_dir)\$(function)\$(function)_dummy.xml"/>
<cb:define solution_file_2 = ""/>
<cb:define targets_2 = ""/>
<cb:define incredicmd_2 = ""/>
<cb:define task_exec_file_2 = "$(game_include_dir)\$(function)\$(function)_dummy.xml"/>
<cb:define solution_file_3 = ""/>
<cb:define targets_3 = ""/>
<cb:define incredicmd_3 = ""/>
<cb:define task_exec_file_3 = "$(game_include_dir)\$(function)\$(function)_dummy.xml"/>
<!-- expand here as required -->
<cb:define custom_env_variable_name_1 = "DUMMY_ENV_NAME_1"/>
<cb:define custom_env_variable_value_1 = "DUMMY_ENV_VALUE_1"/>
<cb:define custom_env_variable_name_2 = "DUMMY_ENV_NAME_2"/>
<cb:define custom_env_variable_value_2 = "DUMMY_ENV_VALUE_2"/>
<cb:define custom_env_variable_name_3 = "DUMMY_ENV_NAME_3"/>
<cb:define custom_env_variable_value_3 = "DUMMY_ENV_VALUE_3"/>
<cb:define custom_env_variable_name_4 = "DUMMY_ENV_NAME_4"/>
<cb:define custom_env_variable_value_4 = "DUMMY_ENV_VALUE_4"/>
</cb:config-template>