coverity: enable automatic coverity scan.

pull/735/head
Kim Kulling 2015-12-29 16:19:42 +01:00
parent 43be58bbfe
commit 5ff3e0dd15
1 changed files with 12 additions and 0 deletions

View File

@ -11,6 +11,7 @@ branches:
env:
global:
- PV=r8e PLATF=linux-x86_64 NDK_HOME=${TRAVIS_BUILD_DIR}/android-ndk-${PV} PATH=${PATH}:${NDK_HOME}
- secure: "lZ7pHQvl5dpZWzBQAaIMf0wqrvtcZ4wiZKeIZjf83TEsflW8+z0uTpIuN30ZV6Glth/Sq1OhLnTP5+N57fZU/1ebA5twHdvP4bS5CIUUg71/CXQZNl36xeaqvxsG/xRrdpKOsPdjAOsQ9KPTQulsX43XDLS7CasMiLvYOpqKcPc="
matrix:
- LINUX=1 TRAVIS_NO_EXPORT=YES
- LINUX=1 TRAVIS_NO_EXPORT=NO
@ -29,3 +30,14 @@ install:
script:
- . ./.travis.sh
addons:
coverity_scan:
project:
name: "assimp/assimp"
description: "<Your project description here>"
notification_email: kim.kulling@googlemail.com
build_command_prepend: cmake -G "Unix Makefiles" -DASSIMP_ENABLE_BOOST_WORKAROUND=YES -DASSIMP_NO_EXPORT=$TRAVIS_NO_EXPORT -DBUILD_SHARED_LIBS=$SHARED_BUILD
build_command: make< make install
branch_pattern: coverity_scan