mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-06-29 22:20:28 -04:00
ci: increase npm memory for signed dist
This commit is contained in:
parent
2e6621b03a
commit
91e543cf73
1 changed files with 2 additions and 0 deletions
|
@ -203,6 +203,8 @@ commands:
|
||||||
WIN_CSC_LINK: ~/codesign.pfx
|
WIN_CSC_LINK: ~/codesign.pfx
|
||||||
# blank CIRCLE_BUILD_NUM to work around electron-userland/electron-builder#5016
|
# blank CIRCLE_BUILD_NUM to work around electron-userland/electron-builder#5016
|
||||||
CIRCLE_BUILD_NUM: ""
|
CIRCLE_BUILD_NUM: ""
|
||||||
|
# increased Node memory needed for macOS build
|
||||||
|
NODE_OPTIONS: --max-old-space-size=4096
|
||||||
- unless:
|
- unless:
|
||||||
condition:
|
condition:
|
||||||
*should_sign
|
*should_sign
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue