Fuse electron at build time

This commit is contained in:
Fedor Indutny
2021-12-17 18:50:42 +01:00
committed by GitHub
parent 770c80b9ee
commit 9e9e5274cf
6 changed files with 74 additions and 33 deletions

View File

@@ -59,6 +59,8 @@ jobs:
- run: yarn generate
- run: yarn prepare-beta-build
- run: yarn build
env:
DISABLE_INSPECT_FUSE: on
- name: Rebuild native modules for x64
run: yarn electron:install-app-deps
- run: yarn test-node
@@ -94,6 +96,8 @@ jobs:
- run: yarn generate
- run: yarn prepare-beta-build
- run: yarn build
env:
DISABLE_INSPECT_FUSE: on
- run: xvfb-run --auto-servernum yarn test-node
- run: xvfb-run --auto-servernum yarn test-electron
env:
@@ -134,6 +138,8 @@ jobs:
- run: type temp.json | findstr /v certificateSubjectName | findstr /v certificateSha1 > package.json
- run: yarn prepare-beta-build
- run: yarn build
env:
DISABLE_INSPECT_FUSE: on
- run: yarn test-electron
- run: yarn test-release
env: