Skip to content

Commit

Permalink
Try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
JWhitleyWork committed May 27, 2023
1 parent f69752c commit 0e41eaf
Showing 1 changed file with 25 additions and 13 deletions.
38 changes: 25 additions & 13 deletions .github/workflows/basic-build-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,28 @@ on:
- pull_request
- push

steps:
- uses: ros-tooling/setup-ros@v0.6
with:
required-ros-distributions: humble
- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: |
velodyne
velodyne_driver
velodyne_laserscan
velodyne_msgs
velodyne_pointcloud
target-ros2-distro: humble
jobs:
build-humble:
strategy:
fail-fast: false
steps:
- name: Build Environment
uses: ros-tooling/setup-ros@v0.6
with:
required-ros-distributions: humble
- name: Run Tests
uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: |
velodyne
velodyne_driver
velodyne_laserscan
velodyne_msgs
velodyne_pointcloud
target-ros2-distro: humble
- name: Upload logs
uses: actions/upload-artifact@v1
with:
name: colcon-logs
path: ros_ws/log
if: always()

0 comments on commit 0e41eaf

Please sign in to comment.