Moving build/ios to tools-webrtc/ios
BUG=webrtc:7030 NOTRY=True R=kjellander@webrtc.org Review-Url: https://codereview.webrtc.org/2651973002 . Cr-Commit-Position: refs/heads/master@{#16295}
This commit is contained in:
27
tools-webrtc/ios/tryserver.webrtc/ios32_sim_ios9_dbg.json
Normal file
27
tools-webrtc/ios/tryserver.webrtc/ios32_sim_ios9_dbg.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"owners": [
|
||||
"kjellander"
|
||||
],
|
||||
"comments": [
|
||||
"Tests for 32-bit iOS simulators.",
|
||||
"gn_args in this file is only read by the buildbot recipe; ",
|
||||
"webrtc/build/mb_config.pyl contains the actual build configuration.",
|
||||
"TODO(kjellander): remove gn_args when the recipe is updated."
|
||||
],
|
||||
"xcode version": "8.0",
|
||||
"gn_args": [
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"compiler": "ninja",
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphonesimulator9.0",
|
||||
"tests": [
|
||||
{
|
||||
"include": "common_tests.json",
|
||||
"device type": "iPhone 5",
|
||||
"os": "9.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
27
tools-webrtc/ios/tryserver.webrtc/ios64_sim_ios10_dbg.json
Normal file
27
tools-webrtc/ios/tryserver.webrtc/ios64_sim_ios10_dbg.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"owners": [
|
||||
"kjellander"
|
||||
],
|
||||
"comments": [
|
||||
"Tests for 64-bit iOS simulators.",
|
||||
"gn_args in this file is only read by the buildbot recipe; ",
|
||||
"webrtc/build/mb_config.pyl contains the actual build configuration.",
|
||||
"TODO(kjellander): remove gn_args when the recipe is updated."
|
||||
],
|
||||
"xcode version": "8.0",
|
||||
"gn_args": [
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"compiler": "ninja",
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphonesimulator10.0",
|
||||
"tests": [
|
||||
{
|
||||
"include": "common_tests.json",
|
||||
"device type": "iPhone 6s",
|
||||
"os": "10.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
27
tools-webrtc/ios/tryserver.webrtc/ios64_sim_ios9_dbg.json
Normal file
27
tools-webrtc/ios/tryserver.webrtc/ios64_sim_ios9_dbg.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"owners": [
|
||||
"kjellander"
|
||||
],
|
||||
"comments": [
|
||||
"Tests for 64-bit iOS simulators.",
|
||||
"gn_args in this file is only read by the buildbot recipe; ",
|
||||
"webrtc/build/mb_config.pyl contains the actual build configuration.",
|
||||
"TODO(kjellander): remove gn_args when the recipe is updated."
|
||||
],
|
||||
"xcode version": "8.0",
|
||||
"gn_args": [
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"compiler": "ninja",
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphonesimulator9.0",
|
||||
"tests": [
|
||||
{
|
||||
"include": "common_tests.json",
|
||||
"device type": "iPhone 6s",
|
||||
"os": "9.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
22
tools-webrtc/ios/tryserver.webrtc/ios_arm64_dbg.json
Normal file
22
tools-webrtc/ios/tryserver.webrtc/ios_arm64_dbg.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"owners": [
|
||||
"kjellander"
|
||||
],
|
||||
"comments": [
|
||||
"Builder for 64-bit devices.",
|
||||
"gn_args in this file is only read by the buildbot recipe; ",
|
||||
"webrtc/build/mb_config.pyl contains the actual build configuration.",
|
||||
"TODO(kjellander): remove gn_args when the recipe is updated."
|
||||
],
|
||||
"xcode version": "8.0",
|
||||
"gn_args": [
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"compiler": "ninja",
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphoneos10.0",
|
||||
"tests": [
|
||||
]
|
||||
}
|
||||
22
tools-webrtc/ios/tryserver.webrtc/ios_arm64_rel.json
Normal file
22
tools-webrtc/ios/tryserver.webrtc/ios_arm64_rel.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"owners": [
|
||||
"kjellander"
|
||||
],
|
||||
"comments": [
|
||||
"Builder for 64-bit devices.",
|
||||
"gn_args in this file is only read by the buildbot recipe; ",
|
||||
"webrtc/build/mb_config.pyl contains the actual build configuration.",
|
||||
"TODO(kjellander): remove gn_args when the recipe is updated."
|
||||
],
|
||||
"xcode version": "8.0",
|
||||
"gn_args": [
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"compiler": "ninja",
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"configuration": "Release",
|
||||
"sdk": "iphoneos10.0",
|
||||
"tests": [
|
||||
]
|
||||
}
|
||||
22
tools-webrtc/ios/tryserver.webrtc/ios_dbg.json
Normal file
22
tools-webrtc/ios/tryserver.webrtc/ios_dbg.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"owners": [
|
||||
"kjellander"
|
||||
],
|
||||
"comments": [
|
||||
"Builder for 32-bit devices.",
|
||||
"gn_args in this file is only read by the buildbot recipe; ",
|
||||
"webrtc/build/mb_config.pyl contains the actual build configuration.",
|
||||
"TODO(kjellander): remove gn_args when the recipe is updated."
|
||||
],
|
||||
"xcode version": "8.0",
|
||||
"gn_args": [
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"compiler": "ninja",
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphoneos10.0",
|
||||
"tests": [
|
||||
]
|
||||
}
|
||||
22
tools-webrtc/ios/tryserver.webrtc/ios_rel.json
Normal file
22
tools-webrtc/ios/tryserver.webrtc/ios_rel.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"owners": [
|
||||
"kjellander"
|
||||
],
|
||||
"comments": [
|
||||
"Builder for 32-bit devices.",
|
||||
"gn_args in this file is only read by the buildbot recipe; ",
|
||||
"webrtc/build/mb_config.pyl contains the actual build configuration.",
|
||||
"TODO(kjellander): remove gn_args when the recipe is updated."
|
||||
],
|
||||
"xcode version": "8.0",
|
||||
"gn_args": [
|
||||
"use_goma=true"
|
||||
],
|
||||
"use_analyze": false,
|
||||
"compiler": "ninja",
|
||||
"additional_compile_targets": [ "all" ],
|
||||
"configuration": "Release",
|
||||
"sdk": "iphoneos10.0",
|
||||
"tests": [
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user