You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
every PR or Push request, it should be able to check that commit can complete the build with supported ROS 2 versions, which are currently humble, iron and rollling. This can be checked by github workflow to build the docker images for each distribution.
Implementation
introduce github workflow that check compiling each supported distribution can be completed.
docker image build using base container images for each building target.
wrap the whole build procedure into the single script, so that it can be used in local check and github workflow.
The text was updated successfully, but these errors were encountered:
fujitatomoya
changed the title
support github action with ROS2 CI.
support github package as docker container
Apr 1, 2022
Overview / Motivation
every PR or Push request, it should be able to check that commit can complete the build with supported ROS 2 versions, which are currently
humble
,iron
androllling
. This can be checked by github workflow to build the docker images for each distribution.Implementation
The text was updated successfully, but these errors were encountered: