forked from 4am-robotics/cob_driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
29 lines (28 loc) · 984 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
26
27
28
29
language: generic
services:
- docker
notifications:
email:
on_success: change
on_failure: always
env:
global:
- ADDITIONAL_DEBS='apt-utils dialog curl wget'
- CATKIN_LINT=pedantic
- CATKIN_LINT_ARGS='--ignore description_boilerplate --ignore target_name_collision'
- CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release
- NOT_TEST_DOWNSTREAM=true
- PYLINT_ARGS="--output-format=parseable --errors-only --ignored-modules=numpy,numpy.random,pylab,vlc,yaml"
- PYLINT2_CHECK=true
- PYLINT3_CHECK=true
- ROS_REPO=ros
- VERBOSE_OUTPUT=false
- VERBOSE_TESTS=false
matrix:
- ROS_DISTRO=kinetic
- ROS_DISTRO=melodic
- ROS_DISTRO=noetic PYLINT2_CHECK=true PYLINT3_CHECK=false # noetic is python3 only, i.e. only pylint command exists which is used as executable in PYLINT2_CHECK
install:
- git clone --quiet --depth 1 https://github.com/fmessmer/industrial_ci.git .industrial_ci -b master_pylint
script:
- .industrial_ci/travis.sh