Skip to content
Snippets Groups Projects

Resolve "Add clang format to the CI tests"

Merged Prada Sarasola, Miguel requested to merge 13-add-clang-format-to-the-ci-tests into master
All threads resolved!

Files

@@ -75,6 +75,19 @@ industrial_ci_kinetic_deploy:
only:
- tags
clang_format:
extends: .industrial_ci
stage: precheck
before_script:
- wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/13-add-clang-format-to-the-ci-tests/clang-format -O .clang-format
variables:
ROS_DISTRO: kinetic
CLANG_FORMAT_CHECK: file
except:
- tags
- melodic-devel
allow_failure: yes
##########################################################
## Simple check for basic Python syntax errors; this is much less thorough than
## other options like pylint, but much faster and less strict
Loading