OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[DEPOT_TOOLS]/gclient.py", | 6 "[DEPOT_TOOLS]/gclient.py", |
7 "config", | 7 "config", |
8 "--spec", | 8 "--spec", |
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/crashpad.git
'}]" | 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/crashpad.git
'}]" |
10 ], | 10 ], |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 "cmd": [ | 51 "cmd": [ |
52 "ninja", | 52 "ninja", |
53 "-C", | 53 "-C", |
54 "[SLAVE_BUILD]/crashpad/out/Release" | 54 "[SLAVE_BUILD]/crashpad/out/Release" |
55 ], | 55 ], |
56 "cwd": "[SLAVE_BUILD]", | 56 "cwd": "[SLAVE_BUILD]", |
57 "name": "compile with ninja" | 57 "name": "compile with ninja" |
58 }, | 58 }, |
59 { | 59 { |
60 "cmd": [ | 60 "cmd": [ |
| 61 "ninja", |
| 62 "-C", |
| 63 "[SLAVE_BUILD]/crashpad/out/Release_x64" |
| 64 ], |
| 65 "cwd": "[SLAVE_BUILD]", |
| 66 "name": "compile with ninja (2)" |
| 67 }, |
| 68 { |
| 69 "cmd": [ |
61 "python", | 70 "python", |
62 "-u", | 71 "-u", |
63 "[SLAVE_BUILD]/crashpad/build/run_tests.py", | 72 "[SLAVE_BUILD]/crashpad/build/run_tests.py", |
64 "Release" | 73 "Release_x64" |
65 ], | 74 ], |
66 "cwd": "[SLAVE_BUILD]", | 75 "cwd": "[SLAVE_BUILD]", |
67 "name": "run tests" | 76 "name": "run tests" |
68 } | 77 } |
69 ] | 78 ] |
OLD | NEW |