mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-09 17:40:47 +02:00
23 lines
534 B
YAML
23 lines
534 B
YAML
image: docker:git
|
|
services:
|
|
- docker:dind
|
|
before_script:
|
|
- apk add --update bash coreutils tar
|
|
- git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci .industrial_ci
|
|
|
|
clang-format:
|
|
variables:
|
|
CLANG_FORMAT_CHECK: "file"
|
|
CLANG_FORMAT_VERSION: "6.0"
|
|
ROS_DISTRO: "kinetic"
|
|
script: .industrial_ci/gitlab.sh
|
|
|
|
build_kinetic:
|
|
variables:
|
|
ROS_DISTRO: "kinetic"
|
|
CATKIN_LINT: "true"
|
|
UPSTREAM_WORKSPACE: "file"
|
|
ROSINSTALL_FILENAME: ".ci.rosinstall"
|
|
script: .industrial_ci/gitlab.sh
|
|
|