clj-easy/graal-build-time

CI setup

borkdude opened this issue · 3 comments

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)

/cc @lispyclouds @ericdallo

I can take this up. Any preferred CI? CircleCI or Actions?

Going ahead with Actions for now