mirror of
https://github.com/sern-handler/gui
synced 2026-06-06 01:16:54 +00:00
ci: add macos
This commit is contained in:
@@ -22,6 +22,17 @@ jobs:
|
||||
- run: mv -t /tmp/artifacts dist/*.snap dist/*.AppImage
|
||||
- store_artifacts:
|
||||
path: /tmp/artifacts
|
||||
build_macos:
|
||||
macos:
|
||||
xcode: "10.1.0"
|
||||
steps:
|
||||
- checkout
|
||||
- run: yarn
|
||||
- run: yarn build-electron-mac
|
||||
- run: mkdir /tmp/artifacts
|
||||
- run: mv -t /tmp/artifacts dist/*.dmg
|
||||
- store_artifacts:
|
||||
path: /tmp/artifacts
|
||||
|
||||
workflows:
|
||||
build:
|
||||
@@ -34,3 +45,6 @@ workflows:
|
||||
- build_linux:
|
||||
requires:
|
||||
- hold
|
||||
- build_macos:
|
||||
requires:
|
||||
- hold
|
||||
Reference in New Issue
Block a user