mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-18 17:56:55 +08:00
ci: windows building
This commit is contained in:
parent
ccb0b9fda7
commit
11d1840ef1
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@ -42,11 +42,20 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils
|
||||
# step3: yarn
|
||||
- name: Yarn install
|
||||
- name: macos Yarn install
|
||||
if: matrix.os == 'macos-latest'
|
||||
run: |
|
||||
yarn
|
||||
yarn global add xvfb-maybe
|
||||
npm run rebuild
|
||||
|
||||
- name: win Yarn install
|
||||
if: matrix.os == 'windows-2019'
|
||||
run: |
|
||||
yarn
|
||||
yarn global add xvfb-maybe
|
||||
npm run rebuild_win
|
||||
|
||||
- name: Build & release app
|
||||
run: |
|
||||
npm run release
|
||||
|
Loading…
x
Reference in New Issue
Block a user