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": "8.0", | 8 "xcode version": "8.0", |
9 "gn_args": [ | 9 "gn_args": [ |
| 10 "additional_target_cpus=[\"x86\"]", |
10 "ios_enable_code_signing=false", | 11 "ios_enable_code_signing=false", |
11 "is_component_build=false", | 12 "is_component_build=false", |
| 13 "is_debug=true", |
12 "llvm_force_head_revision=true", | 14 "llvm_force_head_revision=true", |
13 "target_cpu=\"arm\"", | 15 "target_cpu=\"x64\"", |
14 "target_os=\"ios\"" | 16 "target_os=\"ios\"" |
15 ], | 17 ], |
16 "env": { | 18 "env": { |
17 "LLVM_FORCE_HEAD_REVISION": "YES" | 19 "LLVM_FORCE_HEAD_REVISION": "YES" |
18 }, | 20 }, |
19 "compiler": "ninja", | 21 "compiler": "ninja", |
20 "configuration": "Release", | 22 "configuration": "Debug", |
21 "sdk": "iphoneos10.0", | 23 "sdk": "iphonesimulator10.0", |
22 "tests": [ | 24 "tests": [ |
| 25 { |
| 26 "include": "common_tests.json", |
| 27 "device type": "iPhone 6s Plus", |
| 28 "os": "10.0" |
| 29 }, |
| 30 { |
| 31 "include": "common_tests.json", |
| 32 "device type": "iPhone 6s", |
| 33 "os": "10.0" |
| 34 }, |
| 35 { |
| 36 "include": "common_tests.json", |
| 37 "device type": "iPhone 5", |
| 38 "os": "10.0" |
| 39 }, |
| 40 { |
| 41 "include": "common_tests.json", |
| 42 "device type": "iPad Air 2", |
| 43 "os": "10.0" |
| 44 }, |
| 45 { |
| 46 "include": "common_tests.json", |
| 47 "device type": "iPad Retina", |
| 48 "os": "10.0" |
| 49 }, |
| 50 { |
| 51 "include": "common_tests.json", |
| 52 "device type": "iPhone 6s Plus", |
| 53 "os": "9.0" |
| 54 }, |
| 55 { |
| 56 "include": "common_tests.json", |
| 57 "device type": "iPhone 6s", |
| 58 "os": "9.0" |
| 59 }, |
| 60 { |
| 61 "include": "common_tests.json", |
| 62 "device type": "iPhone 5", |
| 63 "os": "9.0" |
| 64 }, |
| 65 { |
| 66 "include": "common_tests.json", |
| 67 "device type": "iPad Air 2", |
| 68 "os": "9.0" |
| 69 }, |
| 70 { |
| 71 "include": "common_tests.json", |
| 72 "device type": "iPad Retina", |
| 73 "os": "9.0" |
| 74 } |
23 ] | 75 ] |
24 } | 76 } |
OLD | NEW |