瀏覽代碼

Re-enable Clang static analysis

Turo Lamminen 7 年之前
父節點
當前提交
26f749fcd2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.sh

+ 1 - 1
.travis.sh

@@ -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 \