Add configs iOS11 bots and trybots.

No-Try: true
Bug: webrtc:8570
Change-Id: I1de6b12bc9797577379b0ed863b7cc3e3703d4f3
Reviewed-on: https://webrtc-review.googlesource.com/26032
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20908}
This commit is contained in:
Edward Lemur 2017-11-27 20:46:59 +01:00 committed by Commit Bot
parent 327c43c29b
commit eb5554c8d2
2 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"comments": [
"Tests for 64-bit iOS simulators."
],
"xcode version": "8.0",
"gn_args": [
"goma_dir=\"$(goma_dir)\"",
"is_component_build=false",
"is_debug=true",
"target_cpu=\"x64\"",
"target_os=\"ios\"",
"use_goma=true"
],
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphonesimulator11.0",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 7",
"os": "11.0"
}
]
}

View File

@ -0,0 +1,25 @@
{
"comments": [
"Tests for 64-bit iOS simulators."
],
"xcode version": "8.0",
"gn_args": [
"goma_dir=\"$(goma_dir)\"",
"is_component_build=false",
"is_debug=true",
"target_cpu=\"x64\"",
"target_os=\"ios\"",
"use_goma=true"
],
"use_analyze": false,
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphonesimulator11.0",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 7",
"os": "11.0"
}
]
}