JHS-Viking-Robotics / FRC-2022

Code for the 2022 FRC season, now written in Java
Other
2 stars 2 forks source link

Implement CICD testing using unit tests #8

Open derickson2402 opened 3 years ago

derickson2402 commented 3 years ago

This issue depends on #7 unit tests. Once unit tests have been successfully implemented, CICD could easily be set up to check all commits to this repo.

derickson2402 commented 2 years ago

Check out the WPILib docs on GitHub Actions. This should be really easy to set up. Also, with some poking around, Repl.it should be able to be configured to automatically build and simulate code from the browser....

derickson2402 commented 2 years ago

Check out the repl.it docs for building new packages. Might be worth making a WPILib Repl.it package so that gradlew commands can run...