File tree Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : industrial_ci
2
+
3
+ on :
4
+ push :
5
+ paths-ignore :
6
+ - ' **.md'
7
+ pull_request :
8
+ paths-ignore :
9
+ - ' **.md'
10
+ schedule :
11
+ - cron : " 0 2 * * 0" # Weekly on Sundays at 02:00
12
+
13
+ jobs :
14
+ industrial_ci :
15
+ continue-on-error : ${{ matrix.experimental }}
16
+ strategy :
17
+ matrix :
18
+ env :
19
+ - { ROS_DISTRO: melodic, ROS_REPO: main }
20
+ - { ROS_DISTRO: noetic, ROS_REPO: main }
21
+ experimental : [false]
22
+ include :
23
+ - env : { ROS_DISTRO: melodic, ROS_REPO: testing }
24
+ experimental : true
25
+ - env : { ROS_DISTRO: noetic, ROS_REPO: testing }
26
+ experimental : true
27
+ runs-on : ubuntu-latest
28
+ steps :
29
+ - uses : actions/checkout@v4
30
+ - uses : " ros-industrial/industrial_ci@master"
31
+ env : ${{ matrix.env }}
Original file line number Diff line number Diff line change 2
2
3
3
# sciurus17_description
4
4
5
+ [ ![ industrial_ci] ( https://github.com/rt-net/sciurus17_description/actions/workflows/industrial_ci.yml/badge.svg?branch=main )] ( https://github.com/rt-net/sciurus17_description/actions/workflows/industrial_ci.yml )
6
+
5
7
ROS package with URDF description macro for [ Sciurus17] ( https://rt-net.jp/products/sciurus17/ ) .
6
8
7
9
This ROS packages was separated from [ rt-net/sciurus17_ros] ( https://github.com/rt-net/sciurus17_ros ) .
Original file line number Diff line number Diff line change 2
2
3
3
# sciurus17_description
4
4
5
+ [ ![ industrial_ci] ( https://github.com/rt-net/sciurus17_description/actions/workflows/industrial_ci.yml/badge.svg?branch=main )] ( https://github.com/rt-net/sciurus17_description/actions/workflows/industrial_ci.yml )
6
+
5
7
[ Sciurus17] ( https://rt-net.jp/products/sciurus17/ ) のURDFファイルを含むROSパッケージです。
6
8
7
9
このROSパッケージは[ rt-net/sciurus17_ros] ( https://github.com/rt-net/sciurus17_ros ) から分離しました。
You can’t perform that action at this time.
0 commit comments