104 lines
3.4 KiB
XML
Executable File
104 lines
3.4 KiB
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/automation/CodeBuilder2Task.xml
|
|
|
|
Author: Derek Ward <derek@rockstarnorth.com>
|
|
Date: 2 Decemeber 2013
|
|
|
|
*** PLEASE KEEP THIS FILE NEAT AND CONSISTENTLY FORMATTED ***
|
|
|
|
-->
|
|
|
|
<!-- this is just for getting the system going to begin with... see below a proposed future transition to keep it concise across branches... -->
|
|
<groups>
|
|
<branches>
|
|
<branch name="dev_gen9">
|
|
|
|
<group name="Codebuilder Serverhost"
|
|
priority="standard"
|
|
machine="rsgadccb161">
|
|
|
|
<item type = "solution"
|
|
solution_filename = "$(code)/game/vs_project/game_2017_unity.sln"
|
|
platform = "orbis"
|
|
build_config = "beta,bankrelease,release,final"
|
|
tool = "incredibuild_new"
|
|
rebuild = "false"
|
|
target_dir = "$(build)"
|
|
publish_dir = "$(assets)\automation\codebuilder\$(publish_context)"
|
|
prebuild_commands = ""
|
|
skip_consume = "-1"
|
|
post_job_notify = "true"
|
|
monitor_paths = "true"
|
|
labels = "GTA5_GEN9_SGA_AUTOMATION_CODEBUILDER_SUCCESS"/>
|
|
|
|
</group>
|
|
<group name="Codebuilder 2"
|
|
priority="standard"
|
|
machine="rsgadccb162">
|
|
|
|
<item type = "solution"
|
|
solution_filename = "$(code)/game/vs_project/game_2017_unity.sln"
|
|
platform = "Prospero"
|
|
build_config = "beta"
|
|
tool = "vs2017"
|
|
rebuild = "false"
|
|
target_dir = "$(build)"
|
|
publish_dir = "$(assets)\automation\codebuilder\$(publish_context)"
|
|
prebuild_commands = ""
|
|
skip_consume = "-1"
|
|
post_job_notify = "true"
|
|
monitor_paths = "true"
|
|
labels = "GTA5_GEN9_SGA_AUTOMATION_CODEBUILDER_SUCCESS"/>
|
|
|
|
<item type = "solution"
|
|
solution_filename = "$(code)/game/vs_project/game_2019_unity.sln"
|
|
platform = "Prospero"
|
|
build_config = "beta"
|
|
tool = "vs2019"
|
|
rebuild = "false"
|
|
target_dir = "$(build)"
|
|
publish_dir = "$(assets)\automation\codebuilder\$(publish_context)"
|
|
prebuild_commands = ""
|
|
skip_consume = "-1"
|
|
post_job_notify = "true"
|
|
monitor_paths = "true"
|
|
labels = "GTA5_GEN9_SGA_AUTOMATION_CODEBUILDER_SUCCESS"/>
|
|
</group>
|
|
<group name="Codebuilder 3"
|
|
priority="standard"
|
|
machine="rsgadccb64">
|
|
|
|
<item type = "solution"
|
|
solution_filename = "$(code)/game/vs_project/game_2017_unity.sln"
|
|
platform = "Gaming.Xbox.Scarlett.x64"
|
|
build_config = "beta"
|
|
tool = "vs2017"
|
|
rebuild = "false"
|
|
target_dir = "$(build)"
|
|
publish_dir = "$(assets)\automation\codebuilder\$(publish_context)"
|
|
prebuild_commands = ""
|
|
skip_consume = "-1"
|
|
post_job_notify = "true"
|
|
monitor_paths = "true"
|
|
labels = "GTA5_GEN9_SGA_AUTOMATION_CODEBUILDER_SUCCESS"/>
|
|
|
|
<item type = "solution"
|
|
solution_filename = "$(code)/game/vs_project/game_2019_unity.sln"
|
|
platform = "Gaming.Xbox.Scarlett.x64"
|
|
build_config = "beta"
|
|
tool = "vs2019"
|
|
rebuild = "false"
|
|
target_dir = "$(build)"
|
|
publish_dir = "$(assets)\automation\codebuilder\$(publish_context)"
|
|
prebuild_commands = ""
|
|
skip_consume = "-1"
|
|
post_job_notify = "true"
|
|
monitor_paths = "true"
|
|
labels = "GTA5_GEN9_SGA_AUTOMATION_CODEBUILDER_SUCCESS"/>
|
|
|
|
</group>
|
|
</branch>
|
|
</branches>
|
|
</groups>
|