mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
ci: generate .dmg for mac
This commit is contained in:
parent
2b820e174e
commit
693c9f7059
1 changed files with 6 additions and 0 deletions
|
@ -223,6 +223,12 @@ desktop/macos/arm64:
|
|||
- export PATH=/opt/homebrew/bin:/usr/local/bin:$PATH
|
||||
- export LIBRARY_PATH=$(brew --prefix)/lib
|
||||
- export CPATH=$(brew --prefix)/include
|
||||
after_script:
|
||||
- hdiutil create -srcFolder ./desktop/bin/gomuks-desktop.app/ -o ./gomuks-desktop.dmg
|
||||
- codesign -s - --timestamp -i fi.mau.gomuks.desktop.mac gomuks-desktop.dmg
|
||||
artifacts:
|
||||
paths:
|
||||
- gomuks-desktop.dmg
|
||||
variables:
|
||||
PLATFORM: darwin
|
||||
tags:
|
||||
|
|
Loading…
Add table
Reference in a new issue