mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-20 03:03:40 +08:00
ci: windows building
This commit is contained in:
parent
11d1840ef1
commit
e0fafe0e8d
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@ -43,18 +43,18 @@ jobs:
|
|||||||
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: macos Yarn install
|
- name: macos Yarn install
|
||||||
if: matrix.os == 'macos-latest'
|
if: ${{runner.os == 'macOS'}}
|
||||||
run: |
|
run: |
|
||||||
yarn
|
yarn
|
||||||
yarn global add xvfb-maybe
|
yarn global add xvfb-maybe
|
||||||
npm run rebuild
|
npm run rebuild
|
||||||
|
|
||||||
- name: win Yarn install
|
- name: windows Yarn install
|
||||||
if: matrix.os == 'windows-2019'
|
if: ${{runner.os == 'Windows'}}
|
||||||
run: |
|
run: |
|
||||||
yarn
|
yarn
|
||||||
yarn global add xvfb-maybe
|
yarn global add xvfb-maybe
|
||||||
npm run rebuild_win
|
npm run rebuild
|
||||||
|
|
||||||
- name: Build & release app
|
- name: Build & release app
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user