Bläddra i källkod

Travis: Disable unit tests in scan-build config

Turo Lamminen 8 år sedan
förälder
incheckning
35907e3446
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      .travis.sh

+ 1 - 1
.travis.sh

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