Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(595)

Unified Diff: ios/build/bots/chromium.fyi/ClangToTiOS.json

Issue 2577323002: Convert ClangToTiOS on chromium.fyi to do a simulator/debug build and run all tests (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/build/bots/chromium.fyi/ClangToTiOS.json
diff --git a/ios/build/bots/chromium.fyi/ClangToTiOS.json b/ios/build/bots/chromium.fyi/ClangToTiOS.json
index 8ab8a3711725a4b8d181d85eec676f989985f835..5d8ddbcf4a5c3132a84b21a0fe7afe6b1ce3e7f5 100644
--- a/ios/build/bots/chromium.fyi/ClangToTiOS.json
+++ b/ios/build/bots/chromium.fyi/ClangToTiOS.json
@@ -7,18 +7,70 @@
],
"xcode version": "8.0",
"gn_args": [
+ "additional_target_cpus=[\"x86\"]",
"ios_enable_code_signing=false",
"is_component_build=false",
+ "is_debug=true",
"llvm_force_head_revision=true",
- "target_cpu=\"arm\"",
+ "target_cpu=\"x64\"",
"target_os=\"ios\""
],
"env": {
"LLVM_FORCE_HEAD_REVISION": "YES"
},
"compiler": "ninja",
- "configuration": "Release",
- "sdk": "iphoneos10.0",
+ "configuration": "Debug",
+ "sdk": "iphonesimulator10.0",
"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"
+ }
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698