Skip to content
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

Add Build and Possibly Update Workflows #7

Open
J-The-Fox opened this issue Dec 3, 2024 · 1 comment
Open

Add Build and Possibly Update Workflows #7

J-The-Fox opened this issue Dec 3, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request workflows An issue or suggestion in relation to workflows wpilib An issue, feature or update with wpilib

Comments

@J-The-Fox
Copy link
Member

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 J-The-Fox added enhancement New feature or request wpilib An issue, feature or update with wpilib workflows An issue or suggestion in relation to workflows labels Dec 3, 2024
@J-The-Fox
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request workflows An issue or suggestion in relation to workflows wpilib An issue, feature or update with wpilib
Projects
None yet
Development

No branches or pull requests

2 participants