mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-19 02:08:37 +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: |
|
run: |
|
||||||
sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils
|
sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils
|
||||||
# step3: yarn
|
# step3: yarn
|
||||||
- name: Yarn install
|
- name: macos Yarn install
|
||||||
|
if: matrix.os == 'macos-latest'
|
||||||
run: |
|
run: |
|
||||||
yarn
|
yarn
|
||||||
yarn global add xvfb-maybe
|
yarn global add xvfb-maybe
|
||||||
npm run rebuild
|
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
|
- name: Build & release app
|
||||||
run: |
|
run: |
|
||||||
npm run release
|
npm run release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user