Skip to content

Commit

Permalink
add humble ros2 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Feb 27, 2023
1 parent e6c10f0 commit 4cf1f7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ros2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
- ROS_DISTRO: galactic
ROS_REPO: testing
CMAKE_ARGS: '-DCMAKE_BUILD_TYPE=Release'
- ROS_DISTRO: humble
ROS_REPO: testing
CMAKE_ARGS: '-DCMAKE_BUILD_TYPE=Debug'
- ROS_DISTRO: humble
ROS_REPO: testing
CMAKE_ARGS: '-DCMAKE_BUILD_TYPE=Release'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 4cf1f7e

Please sign in to comment.