Skip to content

Commit

Permalink
Add source CI
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Nov 6, 2024
1 parent 1f7b589 commit 4329b66
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,19 @@ jobs:
- uses: actions/checkout@v3
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}

clearpath_config_src_ci:
name: Jazzy Clearpath Source
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: jazzy
- uses: ros-tooling/action-ros-ci@v0.3
id: action_ros_ci_step
with:
target-ros2-distro: jazzy
package-name: |
clearpath_config
vcs-repo-file-url: dependencies.repos

0 comments on commit 4329b66

Please sign in to comment.