Skip to content
Snippets Groups Projects
Verified Commit 132de8d2 authored by Joe Donofry's avatar Joe Donofry
Browse files

Add DMG build to Gitlab CI

parent 622a9f70
No related branches found
No related tags found
No related merge requests found
Pipeline #197 failed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment