Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
ECSS Services
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AcubeSat-OBC
ECSS Services
Commits
bb3501ab
Unverified
Commit
bb3501ab
authored
5 years ago
by
kongr45gpen
Browse files
Options
Downloads
Patches
Plain Diff
Make sure that clang-tidy errors break the build
parent
a3fff3f7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
bb3501ab
...
...
@@ -38,7 +38,7 @@ tests:
cppcheck
:
stage
:
build
before_script
:
-
echo deb http://deb.debian.org/debian testing main > /etc/apt/sources.list
-
echo deb http://deb.debian.org/debian testing main > /etc/apt/sources.list
-
apt-get update -qq && apt-get -t testing install -y cppcheck
-
cppcheck --version
script
:
...
...
@@ -48,7 +48,7 @@ cppcheck-misra:
stage
:
build
before_script
:
# install cppcheck from the testing repos in order to get the latest version
-
echo deb http://deb.debian.org/debian testing main > /etc/apt/sources.list
-
echo deb http://deb.debian.org/debian testing main > /etc/apt/sources.list
-
apt-get update -qq && apt-get -t testing install -y cppcheck && apt-get -t testing install -y python3
-
cppcheck --version
script
:
...
...
@@ -75,4 +75,4 @@ clang-tidy:
-
clang-tidy-7 --version
script
:
# Running with `script` to give clang a tty so that it outputs colours
-
script -c "bash -x ci/clang-tidy.sh"
-
script -
e
c "bash -x ci/clang-tidy.sh"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment