mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-18 07:31:33 +03:00
Update linux.yml
This commit is contained in:
parent
27ff57e47e
commit
587f295c30
16
.github/workflows/linux.yml
vendored
16
.github/workflows/linux.yml
vendored
@ -13,17 +13,27 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: 10
|
version: 10
|
||||||
|
|
||||||
- name: Build
|
- name: Install deps
|
||||||
run: |
|
run: |
|
||||||
cd app
|
cd app
|
||||||
yarn
|
yarn
|
||||||
cd ..
|
cd ..
|
||||||
rm app/node_modules/.yarn-integrity
|
rm app/node_modules/.yarn-integrity
|
||||||
yarn
|
yarn
|
||||||
yarn run lint
|
|
||||||
scripts/build-native.js
|
- name: Lint
|
||||||
|
run: yarn run lint
|
||||||
|
|
||||||
|
- name: Build native deps
|
||||||
|
run: scripts/build-native.js
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
run: |
|
||||||
yarn run build:typings
|
yarn run build:typings
|
||||||
yarn run build
|
yarn run build
|
||||||
|
|
||||||
|
- name: Build packages
|
||||||
|
run: |
|
||||||
scripts/prepackage-plugins.js
|
scripts/prepackage-plugins.js
|
||||||
DEBUG=electron-builder scripts/build-linux.js
|
DEBUG=electron-builder scripts/build-linux.js
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user