mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-19 02:08:37 +08:00
feat: linux workflow
This commit is contained in:
parent
a489a8f130
commit
247c2b7ab9
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest, windows-2019]
|
os: [ubuntu-latest, macos-latest, windows-2019]
|
||||||
|
|
||||||
# create steps
|
# create steps
|
||||||
steps:
|
steps:
|
||||||
@ -56,6 +56,13 @@ jobs:
|
|||||||
yarn global add xvfb-maybe
|
yarn global add xvfb-maybe
|
||||||
npm run rebuild_win
|
npm run rebuild_win
|
||||||
|
|
||||||
|
- name: linux Yarn install
|
||||||
|
if: ${{runner.os == 'Linux'}}
|
||||||
|
run: |
|
||||||
|
yarn
|
||||||
|
yarn global add xvfb-maybe
|
||||||
|
npm run rebuild_linux
|
||||||
|
|
||||||
- name: Build & release app
|
- name: Build & release app
|
||||||
run: |
|
run: |
|
||||||
npm run release
|
npm run release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user