Travis: Disable unit tests in scan-build config
parent
59d1a1d819
commit
35907e3446
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue