[C] Disabled scan-build in .travis
This commit is contained in:
parent
b19479c228
commit
28eff2ba66
22
.travis.yml
22
.travis.yml
@ -243,17 +243,17 @@ script:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Clang static analyzer
|
# Clang static analyzer (doesn't work - can't find scan-build)
|
||||||
- |
|
# - |
|
||||||
if [ "${CC}" = 'clang' ]; then
|
# if [ "${CC}" = 'clang' ]; then
|
||||||
cd .. ;
|
# cd .. ;
|
||||||
pwd ;
|
# pwd ;
|
||||||
ls ;
|
# ls ;
|
||||||
rm -rf build/* ;
|
# rm -rf build/* ;
|
||||||
cd build ;
|
# cd build ;
|
||||||
cmake .. ;
|
# cmake .. ;
|
||||||
scan-build make ;
|
# scan-build make ;
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
# Build for coveralls (should be the last)
|
# Build for coveralls (should be the last)
|
||||||
- |
|
- |
|
||||||
|
Loading…
Reference in New Issue
Block a user