Save build artifacts for debug builds (#14992)
This commit is contained in:
parent
0dbe27714c
commit
8abe43ac8b
1 changed files with 8 additions and 0 deletions
|
@ -375,7 +375,15 @@ steps-electron-build: &steps-electron-build
|
||||||
- *step-setup-env-for-build
|
- *step-setup-env-for-build
|
||||||
- *step-gn-gen-default
|
- *step-gn-gen-default
|
||||||
|
|
||||||
|
# Electron app
|
||||||
- *step-electron-build
|
- *step-electron-build
|
||||||
|
- *step-electron-dist-build
|
||||||
|
- *step-electron-dist-store
|
||||||
|
|
||||||
|
# Node.js headers
|
||||||
|
- *step-nodejs-headers-build
|
||||||
|
- *step-nodejs-headers-store
|
||||||
|
|
||||||
- *step-show-sccache-stats
|
- *step-show-sccache-stats
|
||||||
|
|
||||||
steps-electron-build-for-tests: &steps-electron-build-for-tests
|
steps-electron-build-for-tests: &steps-electron-build-for-tests
|
||||||
|
|
Loading…
Reference in a new issue