1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-09 17:40:47 +02:00

added clang-tidy

This commit is contained in:
Felix Mauch
2019-04-09 08:44:32 +02:00
parent 3bb0d33fba
commit 740d798a24

View File

@@ -2,3 +2,15 @@ include: 'http://ids-services.fzi.de:8079/master/gitlab-ci-yml/catkin_pipeline.y
variables:
BUILD_INDIGO: "false"
BUILD_MELODIC: "false"
clang-tidy:
tags:
- docker
image: ids-git.fzi.de:5555/continuous_integration/ci_docker_images/ubuntu_16.04_ros
stage: check
script:
- rosdep install --from-path ${CATKIN_ROOT}/src -y --ignore-src
- apt-get -y install clang-tidy-6.0
- cd ${CATKIN_ROOT}/src
- cmake . -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
- /usr/bin/run-clang-tidy-6.0.py .