Fix coverity scan.
parent
eb6390a639
commit
8a9deeb4a0
10
appveyor.yml
10
appveyor.yml
|
@ -40,3 +40,13 @@ after_build:
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: assimp.7z
|
- path: assimp.7z
|
||||||
name: assimp_lib
|
name: assimp_lib
|
||||||
|
|
||||||
|
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_NO_EXPORT=$TRAVIS_NO_EXPORT -DBUILD_SHARED_LIBS=$SHARED_BUILD
|
||||||
|
build_command: make< make install
|
||||||
|
branch_pattern: coverity_scan
|
||||||
|
|
Loading…
Reference in New Issue