diff --git a/.travis.yml b/.travis.yml index 1a502416..206cdb96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ before_script: - sudo apt-get update -qq - sudo apt-get install -qq gcc g++ scons swig swig2.0 - sudo apt-get install -qq libavdevice-dev libavformat-dev libavcodec-dev libavutil-dev libswscale-dev libavresample-dev python-dev freeglut3-dev doxygen + - rm -Rf build script: - scons @@ -25,3 +26,17 @@ script: after_failure: - cat config.log +env: + global: + # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created + # via the "travis encrypt" command using the project repo's public key + - secure: "cDIO5Qhn0jjgzhgpcKMZEJf8r0Az9QQi39WL4XdKdeuYdqwXOxvh5+RfQoYUYxSZ2nPrFJqc5zXhUyGLLyqsiEOW7SCtZhBs6n1FYEFgqXiQiOHuOgj3SpIsrF5AaUkeD1tpIn/oO7QPEwfwiQptFZvmrB5tLztlX0N90rdsI6U=" + +addons: + coverity_scan: + project: + name: "avTranscoder/avTranscoder" + description: "[avTranscoder] Build submitted via Travis CI" + notification_email: arnaud.marcantoine@gmail.com + build_command: "scons -j 4" + branch_pattern: coverity_scan