wpilibsuite / allwpilib

Official Repository of WPILibJ and WPILibC
https://wpilib.org/
Other
1.05k stars 612 forks source link

Add CI for robot code templates #2024

Open PeterJohnson opened 4 years ago

PeterJohnson commented 4 years ago

We should be doing CI testing of all of the robot code templates (both C++ and Java). This can be done in simulation mode (it doesn't need to be tested on the Rio).

Starlight220 commented 4 years ago

What CI tests/checks do we want to be done on the example exactly?

prateekma commented 4 years ago

I recently wrote an article on this: https://docs.wpilib.org/en/latest/docs/software/basic-programming/robot-code-ci.html

Starlight220 commented 1 year ago

How is this different than #2476?

calcmogul commented 1 year ago

This issue is about running the tests pursuant to #2476 in CI.

Starlight220 commented 1 year ago

I'm rather sure that those tests get run as part of the full allwpilib build in CI.

Starlight220 commented 11 months ago

Is there any actual testable functionality in the templates?