stack-of-tasks / pinocchio

A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
http://stack-of-tasks.github.io/pinocchio/
BSD 2-Clause "Simplified" License
1.67k stars 357 forks source link

Allow to choose build options to accelerate build in PR #2251

Open jorisv opened 1 month ago

jorisv commented 1 month ago

When building Pinocchio 3 with all options activated CI can last up to 4h. We should find a way to optionally activate build options.

This can be done by using label on a pull request:

PR should be run with minimal options, and build_with_all should be activated before merging.