mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Compare commits
8 Commits
bayes_memt
...
0.23.7-hum
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
06ffb601dc | ||
|
|
d11aa0a881 | ||
|
|
bc9da10589 | ||
|
|
f365a96446 | ||
|
|
6df70269c5 | ||
|
|
a952034604 | ||
|
|
bd99ac1007 | ||
|
|
0a9f0bfe4d |
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
|
- humble-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: [ humble ]
|
||||||
include:
|
include:
|
||||||
- ros_distribution: 'humble'
|
- ros_distribution: 'humble'
|
||||||
skip_keys: ""
|
skip_keys: ""
|
||||||
- ros_distribution: 'jazzy'
|
|
||||||
skip_keys: ""
|
|
||||||
- ros_distribution: 'kilted'
|
|
||||||
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