forked from J-The-Fox/FRC-Team-5098
-
Notifications
You must be signed in to change notification settings - Fork 0
Add Build and Possibly Update Workflows #7
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestworkflowsAn issue or suggestion in relation to workflowsAn issue or suggestion in relation to workflowswpilibAn issue, feature or update with wpilibAn issue, feature or update with wpilib
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or requestworkflowsAn issue or suggestion in relation to workflowsAn issue or suggestion in relation to workflowswpilibAn issue, feature or update with wpilibAn issue, feature or update with wpilib
Type
Fields
Give feedbackNo fields configured for Feature.
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.