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

Convert ClangToTiOS on chromium.fyi to do a simulator/debug build and run all tests

BUG=673621

Review-Url: https://codereview.chromium.org/2577323002
Cr-Commit-Position: refs/heads/master@{#439019}
parent 57115fe5
...@@ -7,18 +7,70 @@ ...@@ -7,18 +7,70 @@
], ],
"xcode version": "8.0", "xcode version": "8.0",
"gn_args": [ "gn_args": [
"additional_target_cpus=[\"x86\"]",
"ios_enable_code_signing=false", "ios_enable_code_signing=false",
"is_component_build=false", "is_component_build=false",
"is_debug=true",
"llvm_force_head_revision=true", "llvm_force_head_revision=true",
"target_cpu=\"arm\"", "target_cpu=\"x64\"",
"target_os=\"ios\"" "target_os=\"ios\""
], ],
"env": { "env": {
"LLVM_FORCE_HEAD_REVISION": "YES" "LLVM_FORCE_HEAD_REVISION": "YES"
}, },
"compiler": "ninja", "compiler": "ninja",
"configuration": "Release", "configuration": "Debug",
"sdk": "iphoneos10.0", "sdk": "iphonesimulator10.0",
"tests": [ "tests": [
{
"include": "common_tests.json",
"device type": "iPhone 6s Plus",
"os": "10.0"
},
{
"include": "common_tests.json",
"device type": "iPhone 6s",
"os": "10.0"
},
{
"include": "common_tests.json",
"device type": "iPhone 5",
"os": "10.0"
},
{
"include": "common_tests.json",
"device type": "iPad Air 2",
"os": "10.0"
},
{
"include": "common_tests.json",
"device type": "iPad Retina",
"os": "10.0"
},
{
"include": "common_tests.json",
"device type": "iPhone 6s Plus",
"os": "9.0"
},
{
"include": "common_tests.json",
"device type": "iPhone 6s",
"os": "9.0"
},
{
"include": "common_tests.json",
"device type": "iPhone 5",
"os": "9.0"
},
{
"include": "common_tests.json",
"device type": "iPad Air 2",
"os": "9.0"
},
{
"include": "common_tests.json",
"device type": "iPad Retina",
"os": "9.0"
}
] ]
} }
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