Skip to content

Commit

Permalink
Add repos file for CI to build from source
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-camero committed Jul 25, 2024
1 parent 96a3c3e commit adce52e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ jobs:
with:
target-ros2-distro: humble
package-name: |
clearpath_diagnostics
clearpath_generator_robot
clearpath_socketcan_interface
puma_motor_driver
clearpath_sensors
puma_motor_msgs
puma_motor_driver_src_ci:
name: Humble Clearpath Source
runs-on: ubuntu-22.04
Expand All @@ -56,8 +55,7 @@ jobs:
with:
target-ros2-distro: humble
package-name: |
clearpath_diagnostics
clearpath_generator_robot
clearpath_socketcan_interface
puma_motor_driver
clearpath_sensors
puma_motor_msgs
vcs-repo-file-url: dependencies.repos
5 changes: 5 additions & 0 deletions dependencies.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
repositories:
puma_motor_driver:
type: git
url: https://github.com/clearpathrobotics/puma_motor_driver
version: foxy-devel

0 comments on commit adce52e

Please sign in to comment.