提交 11d1840e 编写于 作者: M muwoo

ci: windows building

上级 ccb0b9fd
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册