This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Using a GitHub Actions build #25
MatthewL246
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We could use GitHub Actions for continuous integration. It should be pretty easy to create a workflow file to set up a Java environment and build the app. Here is an example
build.yml
file:You could also add linting and formatting if you want to. There might be problems because this is an Android program that relies on the FTC library, but hopefully any problems can be fixed.
Also, I think that we need Mr. Roche to turn on GitHub Actions for the organization. I'm pretty sure that it's free for public repositories.
Beta Was this translation helpful? Give feedback.
All reactions