OLD | NEW |
1 { | 1 { |
2 "owners": [ | |
3 "hans" | |
4 ], | |
5 "comments": [ | 2 "comments": [ |
6 "Clang tip-of-tree builder for iOS." | 3 "Clang tip-of-tree builder for iOS." |
7 ], | 4 ], |
8 "xcode version": "8.0", | 5 "xcode version": "8.0", |
9 "gn_args": [ | 6 "gn_args": [ |
10 "ios_enable_code_signing=false", | 7 "ios_enable_code_signing=false", |
11 "is_component_build=false", | 8 "is_component_build=false", |
| 9 "is_debug=false", |
12 "llvm_force_head_revision=true", | 10 "llvm_force_head_revision=true", |
13 "target_cpu=\"arm\"", | 11 "target_cpu=\"arm\"", |
14 "target_os=\"ios\"" | 12 "target_os=\"ios\"" |
15 ], | 13 ], |
16 "additional_compile_targets": [ | 14 "additional_compile_targets": [ |
17 "all" | 15 "all" |
18 ], | 16 ], |
19 "env": { | 17 "env": { |
20 "LLVM_FORCE_HEAD_REVISION": "YES" | 18 "LLVM_FORCE_HEAD_REVISION": "YES" |
21 }, | 19 }, |
22 "compiler": "ninja", | |
23 "configuration": "Release", | 20 "configuration": "Release", |
24 "sdk": "iphoneos10.0", | 21 "sdk": "iphoneos10.0", |
25 "tests": [ | 22 "tests": [ |
26 ] | 23 ] |
27 } | 24 } |
OLD | NEW |