forked from 4am-robotics/cob_command_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
25 lines (24 loc) · 849 Bytes
/
.travis.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
language: generic
services:
- docker
notifications:
email:
on_success: change
on_failure: always
env:
global:
- ADDITIONAL_DEBS='apt-utils curl dialog wget'
- CATKIN_LINT=pedantic
- CATKIN_LINT_ARGS='--ignore description_boilerplate --ignore target_name_collision'
- CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release
- PYLINT_ARGS="--output-format=parseable --errors-only --ignored-modules=catkin_pkg,cv2,itertools,gi,gtk,gtk.gdk,mechanize,numpy,paramiko,psutil,pygraphviz,pygtk,python_qt_binding,python_qt_binding.QtCore,requests,setuptools"
- PYLINT_CHECK=true
- ROS_REPO=main
matrix:
- ROS_DISTRO=kinetic
- ROS_DISTRO=melodic
- ROS_DISTRO=noetic
install:
- git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci -b master
script:
- .industrial_ci/travis.sh