summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2020-12-08 15:34:07 -0500
committerJoseph Donofry <joedonofry@gmail.com>2020-12-08 15:34:07 -0500
commit132de8d2b0209d17f1fe92b44243f9d8a9c53629 (patch)
tree5581f8e43f440464d87936cffaf48ee8e73bbb53
parentMerge branch 'gitlab-ci' into 'master' (diff)
downloadnheko-132de8d2b0209d17f1fe92b44243f9d8a9c53629.tar.xz
Add DMG build to Gitlab CI
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml

index e8523d31..f94225bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml
@@ -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: