OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "fetch" | 5 "fetch" |
6 ], | 6 ], |
7 "cwd": "[SLAVE_BUILD]/skia", | 7 "cwd": "[SLAVE_BUILD]/skia", |
8 "name": "git fetch" | 8 "name": "git fetch" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 }, | 88 }, |
89 { | 89 { |
90 "cmd": [ | 90 "cmd": [ |
91 "make", | 91 "make", |
92 "most", | 92 "most", |
93 "BUILDTYPE=Release" | 93 "BUILDTYPE=Release" |
94 ], | 94 ], |
95 "cwd": "[SLAVE_BUILD]/skia", | 95 "cwd": "[SLAVE_BUILD]/skia", |
96 "env": { | 96 "env": { |
97 "CHROME_PATH": "/home/chrome-bot/src", | 97 "CHROME_PATH": "/home/chrome-bot/src", |
98 "GYP_DEFINES": "skia_arch_type=x86_64 skia_arch_width=64 skia_mesa=1 skia_
warnings_as_errors=1", | 98 "GYP_DEFINES": "skia_arch_type=x86_64 skia_mesa=1 skia_warnings_as_errors=
1", |
99 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Ubuntu-GCC-x86_64-Release-Mesa" | 99 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Ubuntu-GCC-x86_64-Release-Mesa" |
100 }, | 100 }, |
101 "name": "build most" | 101 "name": "build most" |
102 } | 102 } |
103 ] | 103 ] |
OLD | NEW |