Skip to content

Commit

Permalink
Add Jazzy to CI (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Oct 2, 2024
1 parent 72aaebd commit 4710753
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/industrial_ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@ jobs:
matrix:
env:
- {
ROS_DISTRO: iron, ROS_REPO: main, CCOV_UPLOAD: true,
ROS_DISTRO: rolling, ROS_REPO: main, CCOV_UPLOAD: true,
CLANG_TIDY: pedantic,
CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS='--coverage' -DCMAKE_CXX_FLAGS='--coverage'",
AFTER_RUN_TARGET_TEST: './.ci.prepare_codecov',
ADDITIONAL_DEBS: 'lcov'
}
- {ROS_DISTRO: iron, ROS_REPO: main, CCOV_UPLOAD: false}
- {ROS_DISTRO: iron, ROS_REPO: testing, CCOV_UPLOAD: false}
- {ROS_DISTRO: humble, ROS_REPO: main, CCOV_UPLOAD: false}
- {ROS_DISTRO: humble, ROS_REPO: testing, CCOV_UPLOAD: false}
- {ROS_DISTRO: iron, ROS_REPO: main, CCOV_UPLOAD: false}
- {ROS_DISTRO: iron, ROS_REPO: testing, CCOV_UPLOAD: false}
- {ROS_DISTRO: jazzy, ROS_REPO: main, CCOV_UPLOAD: false}
- {ROS_DISTRO: jazzy, ROS_REPO: testing, CCOV_UPLOAD: false}
- {ROS_DISTRO: rolling, ROS_REPO: main, CCOV_UPLOAD: false}
- {ROS_DISTRO: rolling, ROS_REPO: testing, CCOV_UPLOAD: false}
env:
Expand Down

0 comments on commit 4710753

Please sign in to comment.