mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-18 17:56:55 +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:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, windows-2019]
|
||||
os: [ubuntu-latest, macos-latest, windows-2019]
|
||||
|
||||
# create steps
|
||||
steps:
|
||||
@ -56,6 +56,13 @@ jobs:
|
||||
yarn global add xvfb-maybe
|
||||
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
|
||||
run: |
|
||||
npm run release
|
||||
|
Loading…
x
Reference in New Issue
Block a user