Skip to content

Commit

Permalink
Merge branch 'master' of github.com:introlab/rtabmap into jazzy-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Dec 1, 2024
2 parents 4af0e7d + 10eea91 commit eba90c1
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/cmake-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- master
- noetic-devel
- humble-devel
- jazzy-devel
pull_request:
branches:
- '**'
Expand All @@ -23,20 +26,18 @@ jobs:
strategy:
fail-fast: false
matrix:
ros_distribution: [ noetic, humble, iron]
ros_distribution: [ noetic, humble, jazzy]
include:
- ros_distribution: 'noetic'
os: ubuntu-20.04
- ros_distribution: 'humble'
os: ubuntu-22.04
- ros_distribution: 'iron'
os: ubuntu-22.04
# Currently CI has some errors on setup-ros with this OS, disabling for now
#- ros_distribution: 'jazzy'
# os: ubuntu-24.04
- ros_distribution: 'jazzy'
os: ubuntu-24.04

if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/${{ matrix.ros_distribution }}-devel'
steps:
- uses: ros-tooling/setup-ros@v0.6
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: ${{ matrix.ros_distribution }}

Expand Down

0 comments on commit eba90c1

Please sign in to comment.