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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 68 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
69 ] | 69 ] |
70 }, | 70 }, |
71 { | 71 { |
72 "cmd": [ | 72 "cmd": [ |
73 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_ninja" | 73 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_ninja" |
74 ], | 74 ], |
75 "cwd": "[SLAVE_BUILD]/skia", | 75 "cwd": "[SLAVE_BUILD]/skia", |
76 "env": { | 76 "env": { |
77 "BUILDTYPE": "Debug", | 77 "BUILDTYPE": "Debug", |
78 "GYP_DEFINES": "skia_arch_type=arm skia_arch_width=32 skia_clang_build=1 s
kia_os=ios skia_warnings_as_errors=0", | 78 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", |
79 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-D
ebug" | 79 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-D
ebug" |
80 }, | 80 }, |
81 "name": "build iOSShell" | 81 "name": "build iOSShell" |
82 }, | 82 }, |
83 { | 83 { |
84 "cmd": [ | 84 "cmd": [ |
85 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_install" | 85 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_install" |
86 ], | 86 ], |
87 "cwd": "[SLAVE_BUILD]", | 87 "cwd": "[SLAVE_BUILD]", |
88 "env": { | 88 "env": { |
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
509 "--dummy-flags" | 509 "--dummy-flags" |
510 ], | 510 ], |
511 "cwd": "[SLAVE_BUILD]", | 511 "cwd": "[SLAVE_BUILD]", |
512 "env": { | 512 "env": { |
513 "BUILDTYPE": "Debug", | 513 "BUILDTYPE": "Debug", |
514 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-D
ebug" | 514 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-D
ebug" |
515 }, | 515 }, |
516 "name": "nanobench" | 516 "name": "nanobench" |
517 } | 517 } |
518 ] | 518 ] |
OLD | NEW |