Skip to content

Commit

Permalink
[ci] Change job names
Browse files Browse the repository at this point in the history
  • Loading branch information
cmastalli committed Dec 13, 2023
1 parent a8c14c0 commit 26db74f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ros-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
matrix:
fail-fast: false
env:
- {name: "(noetic)", ROS_DISTRO: noetic, PRERELEASE: true}
- {name: "(humble)", ROS_DISTRO: humble}
- {name: "(rolling)", ROS_DISTRO: rolling}
- {name: "(iros)", ROS_DISTRO: iron}
- {name: "(noetic, Release)", ROS_DISTRO: noetic, PRERELEASE: true}
- {name: "(humble, Release)", ROS_DISTRO: humble}
- {name: "(rolling, Release)", ROS_DISTRO: rolling}
- {name: "(iros, Release)", ROS_DISTRO: iron}
- {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"}
Expand Down

0 comments on commit 26db74f

Please sign in to comment.