18 lines
1.0 KiB
XML
Executable File
18 lines
1.0 KiB
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/automation/SmokeTestMonitoring.xml
|
|
|
|
Author: Shawn Shoemaker <shawn.shoemaker@rockstarnewengland.com>
|
|
Date: 2 January 2014
|
|
-->
|
|
<locations>
|
|
<!-- Locations we'll monitor for new files; should be the executables for each platform that we care about; will attempt to run these executables and measure the results;
|
|
X:\rdr3\tools\etc\project.xml has some env vars that may be used; $build will match the branch set in SmokeTestTask.xml-->
|
|
<!--<location path="$(assets)/automation/codebuilder/game_2012_unity.durango.beta.incredibuild.inc/game_durango_beta.exe"/>-->
|
|
<!--<location path="$(assets)/automation/codebuilder/game_2012_unity.orbis.bankrelease.vsi2011.inc/game_orbis_bankrelease.elf"/>-->
|
|
<location path="$(assets)/automation/codebuilder/game_2012_unity.x64.bankrelease.incredibuild.inc/game_win64_bankrelease.exe"/>
|
|
<!--<location path="$(assets)/automation/codebuilder/game_2012_unity.durango.bankrelease.incredibuild.inc/game_durango_bankrelease.exe"/>-->
|
|
|
|
</locations>
|
|
|