webrtc_m130/tools_webrtc/ios/tryserver.webrtc/ios64_sim_ios9_dbg.json
Edward Lemur a4b7dcf105 Set XCode to 9 for iOS 11 bots.
Bug: webrtc:8570
Change-Id: I8af5372b13a581855115f1fd3f25670fd2993e6b
Reviewed-on: https://webrtc-review.googlesource.com/26700
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21155}
2017-12-08 10:22:49 +00:00

26 lines
511 B
JSON

{
"comments": [
"Tests for 64-bit iOS simulators."
],
"xcode version": "9.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": "iphonesimulator9.0",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 6s",
"os": "9.0"
}
]
}