File tree Expand file tree Collapse file tree 4 files changed +42
-45
lines changed Expand file tree Collapse file tree 4 files changed +42
-45
lines changed File renamed without changes.
Original file line number Diff line number Diff line change
1
+ name : GHA CI
2
+
3
+ on :
4
+ push :
5
+ pull_request :
6
+ schedule :
7
+ - cron : " 0 0 * * 0" # every Sunday at midnight
8
+ workflow_dispatch :
9
+
10
+ jobs :
11
+ industrial_ci :
12
+ name : GHA CI
13
+ runs-on : ubuntu-latest
14
+ timeout-minutes : 60
15
+
16
+ env :
17
+ ADDITIONAL_DEBS : ' apt-utils dialog git'
18
+ AFTER_SCRIPT : ' rosenv sh .ci.xacro_test.sh'
19
+ CATKIN_LINT : pedantic
20
+ CATKIN_LINT_ARGS : ' --ignore description_boilerplate'
21
+ CMAKE_ARGS : -DCMAKE_BUILD_TYPE=Release
22
+ PYLINT_ARGS : ' --output-format=parseable --errors-only'
23
+ PYLINT_CHECK : true
24
+ ROS_REPO : main
25
+
26
+ strategy :
27
+ matrix :
28
+ include :
29
+ - { ROS_DISTRO: noetic }
30
+
31
+ steps :
32
+ - uses : actions/checkout@v4
33
+ with :
34
+ submodules : true
35
+ lfs : true
36
+ ssh-known-hosts : ' '
37
+
38
+ - uses : ros-industrial/industrial_ci@master
39
+ with :
40
+ config : ${{toJSON(matrix)}}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
cob_common
2
2
===========
3
3
4
- ## ROS Distro Support
4
+ ## GitHub Actions - Continuous Integration
5
5
6
- | | Indigo | Jade | Kinetic | Melodic |
7
- | :-------:| :------:| :----:| :-------:| :-------:|
8
- | Branch | [ ` indigo_dev ` ] ( https://github.com/ipa320/cob_common/tree/indigo_dev ) | [ ` indigo_dev ` ] ( https://github.com/ipa320/cob_common/tree/indigo_dev ) | [ ` kinetic_dev ` ] ( https://github.com/ipa320/cob_common/tree/kinetic_dev ) | [ ` kinetic_dev ` ] ( https://github.com/ipa320/cob_common/tree/kinetic_dev ) |
9
- | Status | supported | not supported | supported | supported |
10
- | Version | [ version] ( http://repositories.ros.org/status_page/ros_indigo_default.html?q=cob_common ) | [ version] ( http://repositories.ros.org/status_page/ros_jade_default.html?q=cob_common ) | [ version] ( http://repositories.ros.org/status_page/ros_kinetic_default.html?q=cob_common ) | [ version] ( http://repositories.ros.org/status_page/ros_melodic_default.html?q=cob_common ) |
6
+ CI-Status ``` kinetic_dev ``` : [ ![ GHA CI] ( https://github.com/4am-robotics/cob_common/actions/workflows/main.yml/badge.svg?branch=indigo_dev )] ( https://github.com/4am-robotics/cob_docking/actions/workflows/main.yml?query=branch%3Aindigo_dev )
11
7
12
- ## Travis - Continuous Integration
13
-
14
- Status: [ ![ Build Status] ( https://app.travis-ci.com/ipa320/cob_common.svg?branch=kinetic_dev )] ( https://app.travis-ci.com/ipa320/cob_common )
15
-
16
- ## ROS Buildfarm
17
-
18
- | | Indigo Source | Indigo Debian | Jade Source | Jade Debian | Kinetic Source | Kinetic Debian | Melodic Source | Melodic Debian |
19
- | :-------:| :-------------:| :-------------:| :-----------:| :-----------:| :--------------:| :--------------:| :--------------:| :--------------:|
20
- | cob_common | [](http://build.ros.org/view/Isrc_uT/job/Isrc_uT__cob_common__ubuntu_trusty__source/) | [](http://build.ros.org/view/Ibin_uT64/job/Ibin_uT64__cob_common__ubuntu_trusty_amd64__binary/) | [](http://build.ros.org/view/Jsrc_uT/job/Jsrc_uT__cob_common__ubuntu_trusty__source/) | [](http://build.ros.org/view/Jbin_uT64/job/Jbin_uT64__cob_common__ubuntu_trusty_amd64__binary/) | [](http://build.ros.org/view/Ksrc_uX/job/Ksrc_uX__cob_common__ubuntu_xenial__source/) | [](http://build.ros.org/view/Mbin_uB64/job/Mbin_uB64__cob_common__ubuntu_xenial_amd64__binary/) | [](http://build.ros.org/view/Msrc_uB/job/Msrc_uB__cob_common__ubuntu_bionic__source/) | [](http://build.ros.org/view/Mbin_uB64/job/Mbin_uB64__cob_common__ubuntu_bionic_amd64__binary/) |
21
-
22
-
23
- This is a repository for Care-O-bot URDF macros and common message/service descriptions.
24
-
25
- Installation instructions and tutorials can be found at http://www.care-o-bot.org .
You can’t perform that action at this time.
0 commit comments