Skip to content
Snippets Groups Projects

Update to a more recent version of clang-format in related job

Merged Prada Sarasola, Miguel requested to merge update-clang-format into master
1 unresolved thread
2 files
+ 5
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -11,13 +11,13 @@ clang_format:
alias: docker
before_script:
- apk add --update bash coreutils tar wget
- git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .ci_config -b legacy
- git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .ci_config
- wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/${GITLAB_TEMPLATES_BRANCH}/clang-format -O .clang-format
script: .ci_config/gitlab.sh
variables:
ROS_DISTRO: kinetic
ROS_DISTRO: noetic
CLANG_FORMAT_CHECK: file
CLANG_FORMAT_VERSION: "3.8"
CLANG_FORMAT_VERSION: 10
when: always
##########################################################
Loading