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

17 lines
1.1 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 ="smoketester"/>
<cb:define base_file ="$(game_include_dir)\$(function)\$(function)_game.xml"/>
<cb:define project_file ="$(game_include_dir)\$(function)\$(function)_project.xml"/>
<cb:define post_script_args ="--version"/>
<cb:define triggers_file ="$(game_include_dir)\$(function)\$(function)_triggers.xml"/>
<cb:define users_file ="$(game_include_dir)\$(function)\$(function)_users.xml"/>
<cb:define tasks_file ="$(game_include_dir)\$(function)\$(function)_$(platform)_tasks.xml"/>
<cb:define queue_priority ="10"/>
<cb:define standard_command_line ="-nosocialclub -noprofilesignin -noprofile -ignoreprofile -noIdleCam -disablecacheloader -noautoload -nopopups -randomseed=1 -All_log=display -legacy_log=display"/>
<cb:define project_suffix =""/>
<cb:define mailRegexpSubjectReplacement="$2: $4 $5 ($7)"/>
<cb:define build_state_config = ""/>
</cb:config-template>