-
Notifications
You must be signed in to change notification settings - Fork 36
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 pipeline #104
Comments
Having some issues getting this to work on JitCI. I'm getting these errors;
Doing some google searches revealed that I either need to downgrade to Java 8 (which I can't do because this project's build tools require Java 11) OR use the command line tools to accept the licenses (but the tools are not in the virtual machine... It's an interesting error because the actual Gradle build of the project succeeds. It's just these extra |
It is currently setup to build on push and the build is green so I'll close this issue! We might have to migrate to a different CI pipeline later or maybe not. For now, this should do. Each commit will show a ✅ if the build succeeds =) P.S. The badge is grey and it just says "None", so I won't add it to the README. 😢 I was looking forward to adding another badge! Seems like there is an issue about this; jitpack/jitci#18 |
Continuous Delivery (CD) is already done using JitPack. Might as well use it for Continue Integration (CI) too 😁.
https://jitpack.io/docs/#continuous-integration-ci
The text was updated successfully, but these errors were encountered: