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
fa865f37
Unverified
Commit
fa865f37
authored
5 years ago
by
kongr45gpen
Browse files
Options
Downloads
Patches
Plain Diff
Make sure that clang-tidy fails
parent
5e1f2d6e
Branches
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
+10
-1
10 additions, 1 deletion
.gitlab-ci.yml
with
10 additions
and
1 deletion
.gitlab-ci.yml
+
10
−
1
View file @
fa865f37
...
@@ -14,6 +14,14 @@ stages:
...
@@ -14,6 +14,14 @@ stages:
-
test
-
test
-
deploy
-
deploy
before_script
:
-
apt-get update -qq && apt-get -qq -y install python3-pip && python3 -m pip install --upgrade pip
-
python3 -V
-
python3 -m pip --version
-
g++ --version
-
cat /etc/*-release
-
python3 -m pip install gcovr
build
:
build
:
stage
:
build
stage
:
build
variables
:
variables
:
...
@@ -71,7 +79,8 @@ clang-tidy:
...
@@ -71,7 +79,8 @@ clang-tidy:
GIT_SUBMODULE_STRATEGY
:
normal
GIT_SUBMODULE_STRATEGY
:
normal
TERM
:
xterm-color
TERM
:
xterm-color
script
:
script
:
-
./ci/clang-tidy.sh
# Running with `script` to give clang a tty so that it outputs colours
-
script -e -c "bash -x ci/clang-tidy.sh"
pages
:
pages
:
stage
:
deploy
stage
:
deploy
...
...
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