Skip to content

Commit 232b08b

Browse files
adding coverity scan
1 parent c20fc7c commit 232b08b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,17 @@ script:
2525
after_failure:
2626
- cat config.log
2727

28+
env:
29+
global:
30+
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
31+
# via the "travis encrypt" command using the project repo's public key
32+
- secure: "cDIO5Qhn0jjgzhgpcKMZEJf8r0Az9QQi39WL4XdKdeuYdqwXOxvh5+RfQoYUYxSZ2nPrFJqc5zXhUyGLLyqsiEOW7SCtZhBs6n1FYEFgqXiQiOHuOgj3SpIsrF5AaUkeD1tpIn/oO7QPEwfwiQptFZvmrB5tLztlX0N90rdsI6U="
33+
34+
addons:
35+
coverity_scan:
36+
project:
37+
name: "avTranscoder/avTranscoder"
38+
description: "[avTranscoder] Build submitted via Travis CI"
39+
notification_email: arnaud.marcantoine@gmail.com
40+
build_command: "scons -j 4"
41+
branch_pattern: coverity_scan

0 commit comments

Comments
 (0)