From 35907e344622d78a2073fd0214765365ba42473d Mon Sep 17 00:00:00 2001 From: Turo Lamminen Date: Tue, 17 Oct 2017 19:29:54 +0300 Subject: [PATCH] Travis: Disable unit tests in scan-build config --- .travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.sh b/.travis.sh index cc981a453..fb42bd40d 100755 --- a/.travis.sh +++ b/.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