Open rafal-gorecki opened 7 months ago
Hello,
- I'm looking for some solutions: to add option
--packages-up-to <package_name>
during the colcon build and test phase. How can be it done on Github Actions?
Hello,
I solved the first one by giving colcon relavant arguments after cmake arguments. You can use this trick like below.
When you ran this CI, you will see this command.
Another options it to remove the additional packages (actually directories) after cloning, see https://github.com/ros-industrial/industrial_ci/blob/master/doc/index.rst#workspace-management
Hello,
--packages-up-to <package_name>
during the colcon build and test phase. How can be it done on Github Actions?Regards