Do not install compiledb in cppcheck job

compiledb is already included in the Docker image used by the cppcheck
job.  Do not attempt installing it again.

(cherry picked from commit 3d264dbe81)
This commit is contained in:
Michał Kępień
2020-03-26 11:45:40 +01:00
parent 13b942f60d
commit 7e45ec0084
-2
View File
@@ -364,8 +364,6 @@ stages:
.cppcheck: &cppcheck_job
<<: *default_triggering_rules
stage: postcheck
before_script:
- pip3 install compiledb
script:
- *configure
- (make -nwk all || true) | compiledb