CI setup
borkdude opened this issue · 3 comments
borkdude commented
I guess we could go ahead and deploy the library via CI. Steps needed:
- needs GraalVM as system requirement
- install babashka for executing tasks
- clojure CLI not needed, bb takes care of this
- deploy token you can get from clojars now
- Perhaps run
bb native-image-test
as a test before deploying - We could hook up push on tag, like the lein clj-kondo thing for auto-deploy (see here)
lispyclouds commented
I can take this up. Any preferred CI? CircleCI or Actions?
borkdude commented
For this project it doesn’t matter much. Feel free to choose whatever
you want.
On Sat, 11 Sep 2021 at 08:12, Rahuλ Dé ***@***.***> wrote:
I can take this up. Any preferred CI? CircleCI or Actions?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACFSBXJ3JTYECTQMAC3I4LUBLXNFANCNFSM5D2GZ36A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
lispyclouds commented
Going ahead with Actions for now