File tree Expand file tree Collapse file tree 3 files changed +27
-11
lines changed Expand file tree Collapse file tree 3 files changed +27
-11
lines changed Original file line number Diff line number Diff line change 1
- name : Humble CI - Build and Test
1
+ name : Humble CI
2
2
3
3
on :
4
4
push :
5
5
branches :
6
- - ' humble '
6
+ - ' main '
7
7
pull_request :
8
8
workflow_dispatch :
9
9
branches :
10
10
- ' *'
11
11
12
12
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
+
1
4
<div align =" center " min-width =519px >
2
5
<img src =" docs/images/mesh_navigation_logo.png " alt =" Mesh Navigation " height =150 />
3
6
</div >
@@ -217,9 +220,3 @@ Maintainers:
217
220
Author:
[ Sebastian Pütz
] ( mailto:[email protected] )
218
221
219
222
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 |
You can’t perform that action at this time.
0 commit comments