Skip to content

Commit

Permalink
Run CI on kinetic and melodic as well as noetic
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbinney committed Jun 20, 2021
1 parent 353392e commit c7c32f4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ros1_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,19 @@ on:

jobs:
build:
strategy:
matrix:
rosdistro: [kinetic, melodic, noetic]

runs-on: ubuntu-latest

container:
# The perception docker images includes laser_geometry, which we need.
image: ros:noetic-perception
image: ros:${{ matrix.rosdistro }}-perception

steps:
- uses: actions/checkout@v2

- name: Build and run tests
run: . /opt/ros/noetic/setup.sh && ./ci.sh
run: . /opt/ros/${{ matrix.rosdistro }}/setup.sh && ./ci.sh

0 comments on commit c7c32f4

Please sign in to comment.