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 7c1f666 commit c4577b4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,21 @@ jobs:
- uses: actions/checkout@v3
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}

clearpath_desktop_src_ci:
name: Jazzy Clearpath Source
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: jazzy
- uses: ros-tooling/[email protected]
id: action_ros_ci_step
with:
target-ros2-distro: jazzy
package-name: |
clearpath_config_live
clearpath_desktop
ckearpath_viz
vcs-repo-file-url: dependencies.repos

0 comments on commit c4577b4

Please sign in to comment.