mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Compare commits
4 Commits
kilted-dev
...
0.21.13-no
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9560f094c1 | ||
|
|
a9c56cd53f | ||
|
|
fb87a9ffe9 | ||
|
|
3aaf696991 |
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
|
- noetic-devel
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
@@ -23,12 +23,10 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
ros_distribution: [ humble, jazzy ]
|
ros_distribution: [ noetic ]
|
||||||
include:
|
include:
|
||||||
- ros_distribution: 'humble'
|
- ros_distribution: 'noetic'
|
||||||
os: ubuntu-22.04
|
os: ubuntu-20.04
|
||||||
- ros_distribution: 'jazzy'
|
|
||||||
os: ubuntu-24.04
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: ros-tooling/setup-ros@v0.7
|
- uses: ros-tooling/setup-ros@v0.7
|
||||||
|
|||||||
Reference in New Issue
Block a user