Skip to content

Commit

Permalink
[ci] Added Debug-mode jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmastalli committed Sep 21, 2023
1 parent 0d55deb commit 34c680b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ros-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
- {name: "(noetic)", ROS_DISTRO: noetic, PRERELEASE: true}
- {name: "(humble)", ROS_DISTRO: humble}
- {name: "(rolling)", ROS_DISTRO: rolling}
- {name: "(noetic, Debug)", ROS_DISTRO: noetic, CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug"}
- {name: "(humble, Debug)", ROS_DISTRO: humble, CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug"}
- {name: "(rolling, Debug)", ROS_DISTRO: rolling, CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug"}
name: ${{ matrix.env.name }}
env:
UPSTREAM_WORKSPACE: dependencies.rosinstall
Expand Down

0 comments on commit 34c680b

Please sign in to comment.