Re-enable Clang static analysis

pull/1608/head
Turo Lamminen 2017-12-02 17:58:33 +02:00
parent 5702b907d4
commit 26f749fcd2
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then
if [ $ANALYZE = "ON" ] ; then if [ $ANALYZE = "ON" ] ; then
if [ "$CC" = "clang" ]; then if [ "$CC" = "clang" ]; then
scan-build cmake -G "Unix Makefiles" -DBUILD_SHARED_LIBS=OFF -DASSIMP_BUILD_TESTS=OFF scan-build cmake -G "Unix Makefiles" -DBUILD_SHARED_LIBS=OFF -DASSIMP_BUILD_TESTS=OFF
scan-build --status-bugs make -j2 -v scan-build --status-bugs make -j2
else else
cppcheck --version cppcheck --version
generate \ generate \