Skip to content

Commit b870ef0

Browse files
committed
Add Jazzy CI
1 parent 8df0409 commit b870ef0

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/workflows/ci-jazzy.yml

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: CI-Jazzy
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- jazzy
8+
pull_request:
9+
branches:
10+
- jazzy
11+
12+
env:
13+
ROS_DISTRO: jazzy
14+
15+
jobs:
16+
industrial_ci:
17+
runs-on: ubuntu-20.04
18+
strategy:
19+
matrix:
20+
ROS_REPO: [testing, main]
21+
env:
22+
ROS_REPO: ${{ matrix.ROS_REPO }}
23+
steps:
24+
- name: Checkout repo
25+
uses: actions/checkout@v3
26+
- name: Source tests
27+
uses: "ros-industrial/industrial_ci@master"
28+
env:
29+
DOWNSTREAM_WORKSPACE: "github:LeoRover/leo_desktop-ros2#jazzy"

0 commit comments

Comments
 (0)