Commit c3bcd8f0 authored by smut's avatar smut Committed by Commit bot

Add configs for ios_dbg_simulator and ios_rel_device try bots

BUG=485435

Review URL: https://codereview.chromium.org/1123283009

Cr-Commit-Position: refs/heads/master@{#329748}
parent ec68f03e
{
"owners": [
"smut"
],
"comments": [
"Tests for 32- and 64-bit iOS 8.2 iPhone simulators."
],
"xcode version": "6.2",
"GYP_DEFINES": {
"chromium_ios_signing": "0",
"target_subarch": "both"
},
"compiler": "xcodebuild",
"configuration": "Debug",
"sdk": "iphonesimulator8.2",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 5",
"os": "8.2"
},
{
"include": "common_tests.json",
"device type": "iPhone 5s",
"os": "8.2"
}
]
}
{
"owners": [
"smut"
],
"comments": [
"Builder for 32-bit devices."
],
"xcode version": "6.2",
"GYP_DEFINES": {
"chromium_ios_signing": "0",
"target_subarch": "arm32"
},
"compiler": "xcodebuild",
"configuration": "Release",
"sdk": "iphoneos8.2",
"tests": [
]
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment