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

Fix printing of the options #2371

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/scripts/check_label.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ This is a reminder message to assign an extra build label to this Pull Request i
By default, this PR will be build with minimal build options (URDF support and Python bindings)
The possible extra labels are:

\t- build_collision (build Pinocchio with coal support)
\t- build_casadi (build Pinocchio with CasADi support)
\t- build_autodiff (build Pinocchio with CppAD support)
\t- build_codegen (build Pinocchio with CppADCodeGen support)
\t- build_extra (build Pinocchio with extra algorithms)
\t- build_mpfr (build Pinocchio with Boost.Multiprecision support)
\t- build_sdf (build Pinocchio with SDF parser)
\t- build_accelerate (build Pinocchio with APPLE Accelerate framework support)
\t- build_all (build Pinocchio with ALL the options stated above)
- **build_collision** (build Pinocchio with coal support)
- **build_casadi** (build Pinocchio with CasADi support)
- **build_autodiff** (build Pinocchio with CppAD support)
- **build_codegen** (build Pinocchio with CppADCodeGen support)
- **build_extra** (build Pinocchio with extra algorithms)
- **build_mpfr** (build Pinocchio with Boost.Multiprecision support)
- **build_sdf** (build Pinocchio with SDF parser)
- **build_accelerate** (build Pinocchio with APPLE Accelerate framework support)
- **build_all** (build Pinocchio with ALL the options stated above)

Thanks.
The Pinocchio development team.`;
Expand Down
Loading