We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44427a0 + d8245bb commit fa86d5cCopy full SHA for fa86d5c
.travis.yml
@@ -71,6 +71,18 @@ matrix:
71
# Use the following command to debug the docker build locally:
72
# $ docker run -itv "${PWD}:/usr/src/git" --entrypoint /bin/bash daald/ubuntu32:xenial
73
# root@container:/# /usr/src/git/ci/run-linux32-build.sh
74
+ - env: Static Analysis
75
+ os: linux
76
+ compiler:
77
+ addons:
78
+ apt:
79
+ packages:
80
+ - coccinelle
81
+ before_install:
82
+ script:
83
+ # "before_script" that builds Git is inherited from base job
84
+ - make coccicheck
85
+ after_failure:
86
- env: Documentation
87
os: linux
88
compiler: clang
0 commit comments