Skip to content

Commit

Permalink
Remove CI changes from here
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Oct 2, 2024
1 parent c2ad569 commit 903c198
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/industrial_ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,16 @@ jobs:
matrix:
env:
- {
ROS_DISTRO: jazzy, ROS_REPO: main, REPO_BRANCH: jazzy, CCOV_UPLOAD: true,
ROS_DISTRO: iron, ROS_REPO: main, REPO_BRANCH: jazzy, 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: 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: humble, ROS_REPO: main, CCOV_UPLOAD: false}
- {ROS_DISTRO: humble, 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 903c198

Please sign in to comment.