Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirtualFluids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iRMB
VirtualFluids
Commits
9314ba63
Commit
9314ba63
authored
4 years ago
by
Soeren Peters
Browse files
Options
Downloads
Patches
Plain Diff
Remove the allow_failure for lizard.
parent
75c999b3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!31
Always rebuild gcc and clang.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-6
4 additions, 6 deletions
.gitlab-ci.yml
with
4 additions
and
6 deletions
.gitlab-ci.yml
+
4
−
6
View file @
9314ba63
...
...
@@ -250,12 +250,12 @@ cppcheck:
###############################################################################
# lizard - Cyclomatic Complexity Analyzer
#
Allow failure for this job, as lizard is failing when warnings are found
.
#
Ignore warnings is manually set to 400, as we do not want this job to fail
.
lizard
:
stage
:
analyze
#
only:
#
- open_source@irmb/VirtualFluids_dev
only
:
-
open_source@irmb/VirtualFluids_dev
image
:
irmb/virtualfluids-python-deps-ubuntu20.04
...
...
@@ -270,14 +270,12 @@ lizard:
script
:
-
cd $CI_PROJECT_DIR
-
lizard -l cpp src/ > lizard.txt --warnings_only
-
lizard -l cpp src/ > lizard.txt --warnings_only
--ignore_warnings
400
artifacts
:
paths
:
-
lizard.txt
allow_failure
:
true
###############################################################################
# code coverage
gcov_gcc_9
:
...
...
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