Trying to resolve scan-build dependencies - fiche - A pastebin adjusted for gop… | |
git clone git://vernunftzentrum.de/fiche.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 9bab68e44a687cb8c2bcaac5252dbb336ccce982 | |
parent 5abe89fc9cf39e8107313922bf6f0e196a3267cb | |
Author: solusipse <[email protected]> | |
Date: Wed, 6 Sep 2017 01:10:18 +0200 | |
Trying to resolve scan-build dependencies | |
Diffstat: | |
.travis.yml | 4 ++++ | |
1 file changed, 4 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/.travis.yml b/.travis.yml | |
@@ -9,6 +9,10 @@ addons: | |
packages: | |
- cppcheck | |
- clang-3.5 | |
+ | |
+install: | |
+ - export PYTHONUSERBASE=~/.local | |
+ - easy_install --user scan-build | |
script: | |
- cppcheck --enable=all --error-exitcode=1 --inconclusive main.c fiche.c |