mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Add DMG build to Gitlab CI
This commit is contained in:
parent
622a9f709b
commit
132de8d2b0
1 changed files with 7 additions and 0 deletions
|
@ -66,6 +66,13 @@ build-macos:
|
|||
-DUSE_BUNDLED_BOOST=ON
|
||||
-DCI_BUILD=ON
|
||||
- cmake --build build
|
||||
after_script:
|
||||
- ./.ci/macos/deploy.sh
|
||||
- ./.ci/upload-nightly-gitlab.sh artifacts/nheko-${VERSION}.dmg
|
||||
artifacts:
|
||||
paths:
|
||||
- artifacts/nheko-${VERSION}.dmg
|
||||
name: nheko-${CI_COMMIT_REF_NAME}-${VERSION}-macos
|
||||
cache:
|
||||
key: "${CI_JOB_NAME}"
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue