mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 10:00:23 +08:00
Compare commits
3 Commits
0.23.7-jaz
...
kilted-dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63f7037202 | ||
|
|
821ab8b8a8 | ||
|
|
e51ba8dca2 |
12
.github/workflows/cmake-ros.yml
vendored
12
.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:
|
||||||
- '**'
|
- '**'
|
||||||
@@ -27,18 +27,10 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
ros_distribution: [ humble, jazzy, kilted, lyrical, rolling]
|
ros_distribution: [ kilted ]
|
||||||
include:
|
include:
|
||||||
- ros_distribution: 'humble'
|
|
||||||
skip_keys: ""
|
|
||||||
- ros_distribution: 'jazzy'
|
|
||||||
skip_keys: ""
|
|
||||||
- ros_distribution: 'kilted'
|
- ros_distribution: 'kilted'
|
||||||
skip_keys: ""
|
skip_keys: ""
|
||||||
- ros_distribution: 'lyrical'
|
|
||||||
skip_keys: "libpointmatcher"
|
|
||||||
- ros_distribution: 'rolling'
|
|
||||||
skip_keys: ""
|
|
||||||
container:
|
container:
|
||||||
image: osrf/ros:${{ matrix.ros_distribution }}-desktop-full
|
image: osrf/ros:${{ matrix.ros_distribution }}-desktop-full
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user