mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Compare commits
2 Commits
humble-dev
...
0.22.1-kil
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
821ab8b8a8 | ||
|
|
e51ba8dca2 |
10
.github/workflows/cmake-ros.yml
vendored
10
.github/workflows/cmake-ros.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user