Skip to content

upgrade: porting rolling and jazzy APIs #28

upgrade: porting rolling and jazzy APIs

upgrade: porting rolling and jazzy APIs #28

Workflow file for this run

on:
pull_request:
paths-ignore:
- '**.md'
push:
paths-ignore:
- '**.md'
jobs:
ci:
runs-on: ${{ matrix.os }}
container:
image: osrf/ros:${{ matrix.ros_distribution }}-desktop
strategy:
matrix:
os: [ubuntu-22.04]
ros_distribution: [foxy, galactic, humble, jazzy, rolling]
fail-fast: false
steps:
- name: add more dependencies
run: |
sudo apt-get update
sudo apt-get install -y python3-colcon-coveragepy-result
sudo apt-get install -y ros-${{ matrix.ros_distribution }}-diagnostic-updater
- name: build and test
uses: ros-tooling/[email protected]
with:
target-ros2-distro: ${{ matrix.ros_distribution }}