wpilibsuite / allwpilib

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

Add easier customisation for building groups of projects in gradle #7141

Open spacey-sooty opened 3 weeks ago

spacey-sooty commented 3 weeks ago

Goofy ahh https://github.com/wpilibsuite/allwpilib/blob/main/.github/workflows/tools.yml#L37

sciencewhiz commented 3 weeks ago

Just publish will publish all projects. But that was done intentionally to avoid building things like the gui tools that aren't needed for downstream tools to shorten build time.

spacey-sooty commented 3 weeks ago

It'd be nice if there was a better way to do that then. Maybe a flag like CMake has to avoid GUI tools?

rzblue commented 3 weeks ago

I don't think this is really needed