build: store the ninja log for our builds (#21011)
This commit is contained in:
parent
e5ba6c5406
commit
bbfb32b136
1 changed files with 7 additions and 1 deletions
|
@ -643,6 +643,11 @@ step-ninja-summary: &step-ninja-summary
|
||||||
command: |
|
command: |
|
||||||
python depot_tools/post_build_ninja_summary.py -C src/out/Default
|
python depot_tools/post_build_ninja_summary.py -C src/out/Default
|
||||||
|
|
||||||
|
step-ninja-report: &step-ninja-report
|
||||||
|
store_artifacts:
|
||||||
|
path: src/out/Default/.ninja_log
|
||||||
|
destination: ninja_log
|
||||||
|
|
||||||
# Checkout Steps
|
# Checkout Steps
|
||||||
step-generate-deps-hash: &step-generate-deps-hash
|
step-generate-deps-hash: &step-generate-deps-hash
|
||||||
run:
|
run:
|
||||||
|
@ -993,10 +998,11 @@ steps-electron-build-with-inline-checkout-for-tests: &steps-electron-build-with-
|
||||||
|
|
||||||
# Electron app
|
# Electron app
|
||||||
- *step-electron-build
|
- *step-electron-build
|
||||||
|
- *step-ninja-summary
|
||||||
|
- *step-ninja-report
|
||||||
- *step-maybe-electron-dist-strip
|
- *step-maybe-electron-dist-strip
|
||||||
- *step-electron-dist-build
|
- *step-electron-dist-build
|
||||||
- *step-electron-dist-store
|
- *step-electron-dist-store
|
||||||
- *step-ninja-summary
|
|
||||||
|
|
||||||
# Native test targets
|
# Native test targets
|
||||||
- *step-native-unittests-build
|
- *step-native-unittests-build
|
||||||
|
|
Loading…
Reference in a new issue