OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "[BUILD]/scripts/slave/ios/host_info.py", | 4 "[BUILD]/scripts/slave/ios/host_info.py", |
5 "--json-file", | 5 "--json-file", |
6 "/path/to/tmp/json" | 6 "/path/to/tmp/json" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
9 "name": "host and tools info", | 9 "name": "host and tools info", |
10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", | 134 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", |
135 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", | 135 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", |
136 "@@@STEP_LOG_LINE@json.output@}@@@", | 136 "@@@STEP_LOG_LINE@json.output@}@@@", |
137 "@@@STEP_LOG_END@json.output@@@" | 137 "@@@STEP_LOG_END@json.output@@@" |
138 ] | 138 ] |
139 }, | 139 }, |
140 { | 140 { |
141 "cmd": [ | 141 "cmd": [ |
142 "echo", | 142 "echo", |
143 "-e", | 143 "-e", |
144 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat
ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de
fine 2\": \"fake value 2\"\n }, \n \"additional_compile_targets\": [\n \"Al
l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Release\", \n \
"env\": {}, \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"triggered bot
s\": {}, \n \"use_mb\": false, \n \"xcode version\": \"fake xcode version\"\n}
" | 144 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat
ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de
fine 2\": \"fake value 2\"\n }, \n \"additional_compile_targets\": [\n \"Al
l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Release\", \n \
"env\": {}, \n \"mb_type\": null, \n \"sdk\": \"iphoneos8.0\", \n \"tests\":
[], \n \"triggered bots\": {}, \n \"xcode version\": \"fake xcode version\"\n}
" |
145 ], | 145 ], |
146 "cwd": "[SLAVE_BUILD]", | 146 "cwd": "[SLAVE_BUILD]", |
147 "name": "finalize build config" | 147 "name": "finalize build config" |
148 }, | 148 }, |
149 { | 149 { |
150 "cmd": [ | 150 "cmd": [ |
151 "[BUILD]/scripts/slave/ios/find_xcode.py", | 151 "[BUILD]/scripts/slave/ios/find_xcode.py", |
152 "--json-file", | 152 "--json-file", |
153 "/path/to/tmp/json", | 153 "/path/to/tmp/json", |
154 "--version", | 154 "--version", |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 ], | 188 ], |
189 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", | 189 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", |
190 "name": "compile" | 190 "name": "compile" |
191 }, | 191 }, |
192 { | 192 { |
193 "name": "$result", | 193 "name": "$result", |
194 "recipe_result": null, | 194 "recipe_result": null, |
195 "status_code": 0 | 195 "status_code": 0 |
196 } | 196 } |
197 ] | 197 ] |
OLD | NEW |