Travis: Disable unit tests in scan-build config

pull/1498/head
Turo Lamminen 2017-10-17 19:29:54 +03:00
parent 59d1a1d819
commit 35907e3446
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ fi
if [ "$TRAVIS_OS_NAME" = "linux" ]; then 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 scan-build cmake -G "Unix Makefiles" -DBUILD_SHARED_LIBS=OFF -DASSIMP_BUILD_TESTS=OFF
scan-build --status-bugs make -j2 scan-build --status-bugs make -j2
else else
cppcheck --version cppcheck --version