Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Add a repos file to build against latest rolling src
Browse files Browse the repository at this point in the history
Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
  • Loading branch information
emersonknapp committed Oct 7, 2022
1 parent bfbe12c commit d88f653
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,24 @@ jobs:

name: ROS 2 ${{ matrix.ros }}
steps:
- name: Build and run tests
- run: |
echo "repositories: {}" > /tmp/deps.repos
- run: |
cat > /tmp/deps.repos <<EOF
repositories:
rosbag2:
type: git
url: https://github.com/ros2/rosbag2
version: rolling
EOF
if: ${{ matrix.ros == 'rolling' }}
- name: Build and test
id: action-ros-ci
uses: ros-tooling/action-ros-ci@v0.2
with:
package-name: rosbag2_storage_mcap
target-ros2-distro: ${{ matrix.ros }}
vcs-repo-file-url: /tmp/deps.repos
- uses: actions/upload-artifact@v1
with:
name: colcon-logs
Expand Down

0 comments on commit d88f653

Please sign in to comment.