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

12 lines
703 B
XML
Executable File

<cb:scope xmlns:cb="urn:ccnet.config.builder">
<cb:include href="$(RS_TOOLSCONFIG)\CruiseControl\toolstester\toolstester_base_defs.xml"/>
<!-- p4 test -->
<cb:scope triggers_file ="$(game_include_dir)\$(function)\$(function)_triggers_p4_test.xml"
task_exec_file ="$(game_include_dir)\$(function)\$(function)_tasks_p4_test.xml"
source_control_file ="$(game_include_dir)\$(function)\$(function)_source_control_p4_test.xml"
changelist_skip ="10"
users_file ="$(game_include_dir)\$(function)\$(function)_users.xml">
<cb:include href="$(game_include_dir)\$(function)\$(function)_p4_test.xml"/>
</cb:scope>
</cb:scope>