forked from jsk-ros-pkg/jsk_aerial_robot
-
Notifications
You must be signed in to change notification settings - Fork 0
31 lines (29 loc) · 1.01 KB
/
catkin_lint.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
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
name: catkin_lint
steps:
- name: Setup OS
run: |
sudo apt-get update -y
sudo apt-get upgrade -y
- name: Setup Git
run: |
sudo apt-get install -y git
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: catkin lint setup
run: |
sudo apt-get install -y -q python3-pip python3-wstool
sudo pip3 install catkin_lint rosdep
sudo rosdep init
rosdep update
- name: catkin lint test
run: |
wstool init
wstool merge aerial_robot_noetic.rosinstall
wstool update
ROS_DISTRO=noetic catkin_lint --resolve-env --strict $PWD --skip-path kalman_filter --skip-path ublox_gps --skip-path aerial_robot_3rdparty --skip-path rosserial --skip-path livox_ros_driver2 --skip-path fast_lio --skip-path crocoddyl --skip-path example-robot-data --skip-path pinocchio