-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup CI workflow #248
Comments
Hello! Thanks for the Issue and PR! I have several of questions for you:
Thanks! For may part I'm certainly interested in getting zprint more involved with Github Actions. The biggest thing I need is to have some way to build the graalVM My current workflow is (largely) to get a new release ready, test it with both Clojure and Clojurescript tests (about 1500+/- for each). I also have a The tests in Having the I haven't yet looked at your PR yet (and since I've never used GitHub Actions, I'm not sure what I'll take away from it when I do). I will do that directly. Thank you very much for your contributions so far and your future discussion of the possibilities! |
Thank you for quick response, and let me answer your questions:
Being put it in more global context, I would like to improve continuous integration story for the Clojure library ecosystem by reducing excessive friction to set it up. It definitely isn't the most fun part comparing to actual coding with REPL, but I believe it's essential for any code of high enough complexity and quality. |
Also, please feel free to reach me in Clojurians Slack by the same username I use for GitHub |
I would like to discuss setting up Github Actions (via
setup-clojure
) for testing on matrix of setups and maybe additionally using Cirrus CI for building executables, e.g. for Apple M1 chips.This is the something I would like to work on.
The text was updated successfully, but these errors were encountered: