Sting-R / FRC-Team-5098

The FRC team 5098 GitHub repo!
https://northtownrobotics.com/
GNU General Public License v3.0
1 stars 0 forks source link

Add Build and Possibly Update Workflows #7

Open J-The-Fox opened 16 hours ago

J-The-Fox commented 16 hours ago

Overview

Add workflows to automatically run checks for Java compilation on this current project and possibly create a workflow to submit a pull request whenever a new WPILib update is available. The updates can also include Vendordeps and any external libraries that we want to use.

In addition to just verifying that the code compiles, if possible, we can also run a simulation for the code itself to verify all core functionality works as expected. However, I'm not quite sure how something like this would be automated using workflows or actions.

J-The-Fox commented 16 hours ago

Just as a little addition, the runners in use will most likely be self hosted. It could either be on the server at the shop or one of my servers, either one would work in this scenario.