mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-19 00:27:51 +01:00

Also iOS config. These are copied from client.webrtc. Bug: chromium:767505 Change-Id: I48091cd27e8e2f10dcc3ba6105c49442c59d1b36 Reviewed-on: https://webrtc-review.googlesource.com/13121 Reviewed-by: Henrik Kjellander <kjellander@webrtc.org> Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20338}
24 lines
489 B
JSON
24 lines
489 B
JSON
{
|
|
"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": "iphonesimulator10.0",
|
|
"tests": [
|
|
{
|
|
"include": "common_tests.json",
|
|
"device type": "iPhone 6s",
|
|
"os": "10.0"
|
|
}
|
|
]
|
|
}
|