Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PaMPA
PaMPA
Commits
951bb887
Commit
951bb887
authored
Apr 25, 2018
by
PRUVOST Florent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
to get warning in the build log
parent
5d418359
Pipeline
#23385
canceled with stages
in 5 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
951bb887
...
...
@@ -16,7 +16,7 @@ build_pampa:
-
cd build
-
scan-build -plist --intercept-first --analyze-headers -o ../analyzer_reports
cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_C_FLAGS="-O0 -g -fPIC --coverage -Wall -fdiagnostics-show-option" -DCMAKE_EXE_LINKER_FLAGS="--coverage"
-
scan-build -plist --intercept-first --analyze-headers -o ../analyzer_reports make -j5 | tee ../pampa-build.log
-
scan-build -plist --intercept-first --analyze-headers -o ../analyzer_reports make -j5
2>&1
| tee ../pampa-build.log
test_pampa
:
stage
:
test
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment