Skip to content

Commit 7582e1b

Browse files
committed
add humble ros2 workflow
1 parent 3897a8b commit 7582e1b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
- ROS_DISTRO: galactic
2222
ROS_REPO: testing
2323
CMAKE_ARGS: '-DCMAKE_BUILD_TYPE=Release'
24+
- ROS_DISTRO: humble
25+
ROS_REPO: testing
26+
CMAKE_ARGS: '-DCMAKE_BUILD_TYPE=Debug'
27+
- ROS_DISTRO: humble
28+
ROS_REPO: testing
29+
CMAKE_ARGS: '-DCMAKE_BUILD_TYPE=Release'
2430
runs-on: ubuntu-latest
2531
steps:
2632
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)