Skip to content

Commit

Permalink
[ci] Included iron and disabled to fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
cmastalli committed Dec 13, 2023
1 parent d1f7b07 commit 9d9af37
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 @@ -4,14 +4,17 @@ on: [push, pull_request]
jobs:
CI:
strategy:
fail-fast: false
matrix:
env:
- {name: "(noetic)", ROS_DISTRO: noetic, PRERELEASE: true}
- {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: "(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"}
name: ${{ matrix.env.name }}
env:
UPSTREAM_WORKSPACE: dependencies.rosinstall
Expand Down

0 comments on commit 9d9af37

Please sign in to comment.