-
Notifications
You must be signed in to change notification settings - Fork 6
53 lines (49 loc) · 1.17 KB
/
ci-humble.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name: CI-Humble
on:
workflow_dispatch:
push:
branches:
- humble
pull_request:
branches:
- humble
env:
ROS_DISTRO: humble
jobs:
industrial_ci:
runs-on: ubuntu-20.04
strategy:
matrix:
ROS_REPO: [testing, main]
env:
ROS_REPO: ${{ matrix.ROS_REPO }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Source tests
uses: "ros-industrial/industrial_ci@master"
env:
DOWNSTREAM_WORKSPACE: "github:LeoRover/leo_desktop-ros2#humble github:LeoRover/leo_desktop-ros2#humble"
ament_lint:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-20.04
container:
image: ubuntu:jammy
strategy:
fail-fast: false
matrix:
linter: [lint_cmake, xmllint]
steps:
- uses: actions/checkout@v3
- uses: ros-tooling/setup-ros@v0.3
with:
required-ros-distributions: ${{ env.ROS_DISTRO }}
- uses: ros-tooling/action-ros-lint@v0.1
with:
distribution: humble
linter: ${{ matrix.linter }}
package-name: |
leo
leo_description
leo_msgs
leo_teleop