You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
705 B
JSON
26 lines
705 B
JSON
{
|
|
"local_env": {
|
|
"S3_PREFIX": "${BRANCH_NAME}/Android"
|
|
},
|
|
"types":{
|
|
"all":{
|
|
"PACKAGE_TARGETS":[
|
|
{
|
|
"FILE_LIST": "all.json",
|
|
"FILE_LIST_TYPE": "All",
|
|
"PACKAGE_NAME": "${PACKAGE_NAME_PATTERN}-android-all-${BUILD_NUMBER}.zip"
|
|
}
|
|
],
|
|
"BOOTSTRAP_CFG_GAME_FOLDER":"AutomatedTesting",
|
|
"SKIP_BUILD": 0,
|
|
"BUILD_TARGETS":[
|
|
{
|
|
"BUILD_CONFIG_FILENAME": "build_config.json",
|
|
"PLATFORM": "Android",
|
|
"TYPE": "profile"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|