Skip to content

Commit ae73fb6

Browse files
committed
Add CI settings with rosinstall
1 parent 005803b commit ae73fb6

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/.ci.rosinstall

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- git:
2+
uri: https://github.com/rt-net/raspimouse_description.git
3+
local-name: raspimouse_description
4+
version: jazzy

.github/workflows/industrial_ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,21 @@ on:
1212
schedule:
1313
- cron: "0 2 * * 0" # Weekly on Sundays at 02:00
1414

15+
env:
16+
UPSTREAM_WORKSPACE: .github/workflows/.ci.rosinstall
17+
1518
jobs:
1619
industrial_ci:
1720
strategy:
21+
fail-fast: false
1822
matrix:
1923
ROS_DISTRO: [jazzy]
2024
ROS_REPO: [main]
25+
2126
runs-on: ubuntu-latest
2227
steps:
2328
- uses: actions/checkout@v4
2429
- uses: "ros-industrial/industrial_ci@master"
2530
env:
26-
ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
27-
ROS_REPO: ${{ matrix.ROS_REPO }}
31+
ROS_DISTRO: ${{matrix.ROS_DISTRO}}
32+
ROS_REPO: ${{matrix.ROS_REPO}}

0 commit comments

Comments
 (0)