[C] Disabled scan-build in .travis

This commit is contained in:
seleznevae 2019-07-18 22:58:26 +03:00
parent b19479c228
commit 28eff2ba66

View File

@ -243,17 +243,17 @@ script:
fi
# Clang static analyzer
- |
if [ "${CC}" = 'clang' ]; then
cd .. ;
pwd ;
ls ;
rm -rf build/* ;
cd build ;
cmake .. ;
scan-build make ;
fi
# Clang static analyzer (doesn't work - can't find scan-build)
# - |
# if [ "${CC}" = 'clang' ]; then
# cd .. ;
# pwd ;
# ls ;
# rm -rf build/* ;
# cd build ;
# cmake .. ;
# scan-build make ;
# fi
# Build for coveralls (should be the last)
- |