File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
- CATKIN_LINT=pedantic
14
14
- CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release
15
15
- NOT_TEST_DOWNSTREAM=true
16
- - PYLINT_ARGS="--output-format=parseable --errors-only"
17
- - PYLINT2_CHECK=true
18
- - PYLINT3_CHECK=true
19
16
- ROS_REPO=ros
20
17
- VERBOSE_OUTPUT=false
21
18
- VERBOSE_TESTS=false
24
21
- ROS_DISTRO=kinetic UPSTREAM_WORKSPACE=debian
25
22
- ROS_DISTRO=melodic UPSTREAM_WORKSPACE=file
26
23
- ROS_DISTRO=melodic UPSTREAM_WORKSPACE=debian
24
+ - ROS_DISTRO=noetic UPSTREAM_WORKSPACE=file
25
+ - ROS_DISTRO=noetic UPSTREAM_WORKSPACE=debian
27
26
matrix :
28
27
allow_failures :
29
28
- env : ROS_DISTRO=kinetic UPSTREAM_WORKSPACE=debian
30
29
- env : ROS_DISTRO=melodic UPSTREAM_WORKSPACE=debian
30
+ - env : ROS_DISTRO=noetic UPSTREAM_WORKSPACE=debian
31
31
install :
32
32
- git clone --quiet --depth 1 https://github.com/fmessmer/industrial_ci.git .industrial_ci -b master_pylint
33
33
script :
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 2.8.3 )
1
+ cmake_minimum_required (VERSION 3.0.2 )
2
2
project (cob_calibration_data)
3
3
4
4
find_package (catkin REQUIRED COMPONENTS cob_supported_robots)
You can’t perform that action at this time.
0 commit comments