coverity: enable automatic coverity scan.
authorKim Kulling <kim.kulling@googlemail.com>
Tue, 29 Dec 2015 15:19:42 +0000 (16:19 +0100)
committerKim Kulling <kim.kulling@googlemail.com>
Tue, 29 Dec 2015 15:19:42 +0000 (16:19 +0100)
.travis.yml

index 66b53f6..e267610 100644 (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
+