mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
Compare commits
3 Commits
humble-dev
...
0.23.7-kil
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63f7037202 | ||
|
|
821ab8b8a8 | ||
|
|
e51ba8dca2 |
6
.github/workflows/cmake-ros.yml
vendored
6
.github/workflows/cmake-ros.yml
vendored
@@ -3,7 +3,7 @@ name: CMake-ROS
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- humble-devel
|
- kilted-devel
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
@@ -27,9 +27,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
ros_distribution: [ humble ]
|
ros_distribution: [ kilted ]
|
||||||
include:
|
include:
|
||||||
- ros_distribution: 'humble'
|
- ros_distribution: 'kilted'
|
||||||
skip_keys: ""
|
skip_keys: ""
|
||||||
container:
|
container:
|
||||||
image: osrf/ros:${{ matrix.ros_distribution }}-desktop-full
|
image: osrf/ros:${{ matrix.ros_distribution }}-desktop-full
|
||||||
|
|||||||
Reference in New Issue
Block a user