1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 01:50:46 +02:00

Enable clang-format checking in CI

This commit is contained in:
Miguel Prada
2018-11-20 09:45:10 +01:00
parent 0b77c04a85
commit d7a59872b2

View File

@@ -14,6 +14,7 @@ env:
- ROS_DISTRO="indigo" ROS_REPO=ros-shadow-fixed NOT_TEST_INSTALL=true - ROS_DISTRO="indigo" ROS_REPO=ros-shadow-fixed NOT_TEST_INSTALL=true
- ROS_DISTRO="kinetic" ROS_REPO=ros NOT_TEST_INSTALL=true - ROS_DISTRO="kinetic" ROS_REPO=ros NOT_TEST_INSTALL=true
- ROS_DISTRO="kinetic" ROS_REPO=ros-shadow-fixed NOT_TEST_INSTALL=true - ROS_DISTRO="kinetic" ROS_REPO=ros-shadow-fixed NOT_TEST_INSTALL=true
- ROS_DISTRO="kinetic" CLANG_FORMAT_CHECK=file
install: install:
- git clone --depth=1 https://github.com/ros-industrial/industrial_ci.git .ci_config - git clone --depth=1 https://github.com/ros-industrial/industrial_ci.git .ci_config