[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 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)
- | - |