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
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
|
||||
# step3: yarn
|
||||
- name: macos Yarn install
|
||||
if: matrix.os == 'macos-latest'
|
||||
if: ${{runner.os == 'macOS'}}
|
||||
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: windows Yarn install
|
||||
if: ${{runner.os == 'Windows'}}
|
||||
run: |
|
||||
yarn
|
||||
yarn global add xvfb-maybe
|
||||
npm run rebuild
|
||||
|
||||
- name: Build & release app
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user