Compare commits

...

2 Commits

Author SHA1 Message Date
matlabbe
821ab8b8a8 Merge branch 'master' of github.com:introlab/rtabmap into kilted-devel 2025-07-12 10:12:18 -07:00
matlabbe
e51ba8dca2 enable ci only on kilted-devel branch 2025-06-08 15:57:14 -07:00

View File

@@ -3,7 +3,7 @@ name: CMake-ROS
on: on:
push: push:
branches: branches:
- master - kilted-devel
pull_request: pull_request:
branches: branches:
- '**' - '**'
@@ -23,16 +23,10 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
ros_distribution: [ humble, jazzy, kilted, rolling ] ros_distribution: [ kilted ]
include: include:
- ros_distribution: 'humble'
os: ubuntu-22.04
- ros_distribution: 'jazzy'
os: ubuntu-24.04
- ros_distribution: 'kilted' - ros_distribution: 'kilted'
os: ubuntu-24.04 os: ubuntu-24.04
- ros_distribution: 'rolling'
os: ubuntu-24.04
steps: steps:
- name: Setup ROS2 - name: Setup ROS2