Skip to content

Commit 12875c2

Browse files
committed
feat: new supported distro jazzy
add jazzy ci fix humble ci adapt readme to show badges
1 parent 6e9fe93 commit 12875c2

File tree

3 files changed

+27
-11
lines changed

3 files changed

+27
-11
lines changed

.github/workflows/humble.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
name: Humble CI - Build and Test
1+
name: Humble CI
22

33
on:
44
push:
55
branches:
6-
- 'humble'
6+
- 'main'
77
pull_request:
88
workflow_dispatch:
99
branches:
1010
- '*'
1111

1212
jobs:
13-
build_and_test:
14-
uses: naturerobots/github_automation_public/.github/workflows/humble_ci.yaml@main
15-
secrets: inherit
13+
humble_build_and_test:
14+
uses: naturerobots/github_automation_public/.github/workflows/ros_ci.yaml@main
15+
secrets: inherit
16+
with:
17+
ros_distro: humble

.github/workflows/jazzy.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Jazzy CI
2+
3+
on:
4+
push:
5+
branches:
6+
- 'main'
7+
pull_request:
8+
workflow_dispatch:
9+
branches:
10+
- '*'
11+
12+
jobs:
13+
jazzy_build_and_test:
14+
uses: naturerobots/github_automation_public/.github/workflows/ros_ci.yaml@main
15+
secrets: inherit
16+
with:
17+
ros_distro: jazzy

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![Jazzy CI](https://github.com/naturerobots/mesh_navigation/actions/workflows/jazzy.yaml/badge.svg)](https://github.com/naturerobots/mesh_navigation/actions/workflows/jazzy.yaml)
2+
[![Humble CI](https://github.com/naturerobots/mesh_navigation/actions/workflows/humble.yaml/badge.svg)](https://github.com/naturerobots/mesh_navigation/actions/workflows/humble.yaml)
3+
14
<div align="center" min-width=519px>
25
<img src="docs/images/mesh_navigation_logo.png" alt="Mesh Navigation" height=150 />
36
</div>
@@ -217,9 +220,3 @@ Maintainers:
217220
Author: [Sebastian Pütz](mailto:[email protected])
218221

219222
We are happy to receive improvements to the mesh navigation stack. Just open an issue. PRs are welcome!
220-
221-
# Build Status
222-
223-
| ROS Distro | GitHub CI | Develop | Documentation | Source Deb | Binary Deb |
224-
|-------------|-----------|---------|---------------|------------|------------|
225-
| **Humble** | [![Humble CI](https://github.com/naturerobots/mesh_navigation/actions/workflows/humble.yaml/badge.svg)](https://github.com/naturerobots/mesh_navigation/actions/workflows/humble.yaml) | N/A | N/A | N/A | N/A |

0 commit comments

Comments
 (0)