1
1
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:
Eugene Pankov 2019-08-30 15:41:04 +02:00
parent 27ff57e47e
commit 587f295c30

View File

@ -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: