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

16 lines
1.0 KiB
XML
Executable File

<tasks xmlns:cb="urn:ccnet.config.builder">
<cb:scope msg_prefix = "[colourise=black]INFO_MSG:"
msg_timeout = "60"
stats_file = "$(RS_ASSETS)\cruisecontrol_builds\perftester\$(build_to_test)\mc_*.xml"
mods_file = "$(RS_ASSETS)\cruisecontrol_builds\perftester\$(build_to_test)\modifications.xml">
<exec executable="cmd.exe" buildArgs='/C echo "$(msg_prefix) *** SYNCING MODIFICATIONS ***"' buildTimeoutSeconds="$(msg_timeout)"/>
<exec executable="p4" buildArgs="-p $(gamep4port) -c $(gamep4client) sync $(mods_file)" abortOnFail="true" buildTimeoutSeconds="300"/>
<exec executable="cmd.exe" buildArgs='/C echo "$(msg_prefix) *** POPULATE DB ***"' buildTimeoutSeconds="$(msg_timeout)"/>
<exec executable="$(RS_TOOLSBIN)\Statistics\RSG.Statistics.PopulateCaptureStats.exe"
buildArgs="--level $(level) --buildconfig $(build_config) --file $(stats_file) --perftester" baseDirectory="$(base_dir)\$(game)"
description="Populating mc_*.xml into db"
buildTimeoutSeconds="1200"/>
</cb:scope>
</tasks>