Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tecnalia_robotics-public
templates
Merge requests
!40
Resolve "Add clang format to the CI tests"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add clang format to the CI tests"
13-add-clang-format-to-the-ci-tests
into
master
Overview
22
Commits
13
Pipelines
9
Changes
3
Merged
Prada Sarasola, Miguel
requested to merge
13-add-clang-format-to-the-ci-tests
into
master
5 years ago
Overview
22
Commits
13
Pipelines
9
Changes
3
Expand
Closes
#13 (closed)
Edited
5 years ago
by
Prada Sarasola, Miguel
0
0
Merge request reports
Viewing commit
d9684853
Prev
Next
Show latest version
3 files
+
88
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
d9684853
Add clang-format test for C++ code
· d9684853
Prada Sarasola, Miguel
authored
5 years ago
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+
11
−
0
Options
@@ -21,6 +21,7 @@ before_script:
-
apk add --update bash coreutils tar
-
git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .ci_config -b legacy
-
docker login ${ARTIFACT_DOCKER_URL} -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
-
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
script
:
.ci_config/gitlab.sh
variables
:
ADDITIONAL_DEBS
:
curl
@@ -75,6 +76,16 @@ industrial_ci_kinetic_deploy:
only
:
-
tags
clang_format
:
extends
:
.industrial_ci
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