OLD | NEW |
---|---|
1 { | 1 { |
2 "owners": [ | 2 "owners": [ |
3 "hans" | 3 "hans" |
4 ], | 4 ], |
5 "comments": [ | 5 "comments": [ |
6 "Clang tip-of-tree builder for iOS" | 6 "Clang tip-of-tree builder for iOS." |
7 ], | 7 ], |
8 "xcode version": "6.2", | 8 "xcode version": "6.3", |
9 "GYP_DEFINES": { | 9 "GYP_DEFINES": { |
10 "chromium_ios_signing": "0", | 10 "chromium_ios_signing": "0", |
11 "clang_use_chrome_plugins": "0", | 11 "clang_use_chrome_plugins": "0", |
12 "target_subarch": "arm32", | 12 "target_subarch": "arm32", |
13 "werror": "" | 13 "werror": "" |
14 }, | 14 }, |
15 "env": { | 15 "env": { |
16 "LLVM_FORCE_HEAD_REVISION": "YES" | 16 "LLVM_FORCE_HEAD_REVISION": "YES" |
17 }, | 17 }, |
18 "compiler": "ninja", | 18 "compiler": "ninja", |
19 "configuration": "Release", | 19 "configuration": "Release", |
20 "sdk": "iphoneos8.2", | 20 "sdk": "iphoneos8.3", |
smut
2015/05/20 21:33:56
FYI simulator would cycle faster. To use simulator
hans
2015/05/20 21:36:14
Let's get the bot running first, and then we can t
| |
21 "tests": [ | 21 "tests": [ |
22 ] | 22 ] |
23 } | 23 } |
OLD | NEW |