Skip to content

Commit

Permalink
[ci] Defined catkin_tools for noetic
Browse files Browse the repository at this point in the history
  • Loading branch information
cmastalli committed Dec 13, 2023
1 parent 4cbaae1 commit b94099c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ros-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
fail-fast: false
matrix:
env:
- {name: "(noetic)", ROS_DISTRO: noetic, PRERELEASE: true}
- {name: "(noetic)", ROS_DISTRO: noetic, BUILDER: catkin_tools}
- {name: "(humble)", ROS_DISTRO: humble}
- {name: "(rolling)", ROS_DISTRO: rolling}
- {name: "(iron)", ROS_DISTRO: iron}
- {name: "(noetic, Debug)", ROS_DISTRO: noetic, CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug"}
- {name: "(noetic, Debug)", ROS_DISTRO: noetic, BUILDER: catkin_tools, 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: "(iron, Debug)", ROS_DISTRO: iron, CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug"}
Expand Down

0 comments on commit b94099c

Please sign in to comment.