Browse Source

Re-enable Clang static analysis

Turo Lamminen 7 năm trước cách đây
mục cha
commit
26f749fcd2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.sh

+ 1 - 1
.travis.sh

@@ -46,7 +46,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then
   if [ $ANALYZE = "ON" ] ; then
     if [ "$CC" = "clang" ]; then
         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
         cppcheck --version
         generate \