-
Notifications
You must be signed in to change notification settings - Fork 174
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
Enhance Continuous Integration & Testing #1027
Comments
Testing vectorization will require to compile all the dependencies (pinocchio, hpp-fcl, eigenpy, etc) with the same flags, if we want to run Python-based tests and examples. |
Good point. I don't have the bandwidth to implement these items but wanted to keep track of them. They are a good starting point if someone is keen to pick them up or if we'd have some engineer bandwidth |
We could definitely start with testing compilation only (if this is not enough). |
Pinocchio on ROS-CI now has HPP-FCL included, so the collision tests are run as well |
Great! thanks for pointing out. Indeed, I didn't realize this bit. |
I added a configuration for codegen using CONDA; however, it would be nice to have another one in gitlab-ci. |
The text was updated successfully, but these errors were encountered: