From 043dfe7a984fd4e93364ce971121c613f6b963e9 Mon Sep 17 00:00:00 2001 From: Felix Ruess Date: Fri, 23 Oct 2015 18:51:53 +0200 Subject: [PATCH] [tests] travis runs coverity scan --- .travis.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.travis.yml b/.travis.yml index 105f86c916e..8b70c81586f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,22 @@ script: - arm-none-eabi-gcc --version - make test +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: "QGE7s/sTIX3F4hG8YYbpYjB2x0YsUUo9qHf+Dv5BqNcTtZ2TLO0tHPWxoI5wlRLiMEOOnINNwYk7ooM3oOXa0Fm9urja9k78cFutbbDtvGD6DjUFajwJ0KnwXnLulCgG+l67umGitSazQpyEQE4pvX/8EnB9/pgq706DlmCbkds=" + +addons: + coverity_scan: + project: + name: "paparazzi/paparazzi" + description: "Build submitted via Travis CI" + notification_email: paparazzi-builds@nongnu.org + build_command_prepend: "make ext" + build_command: "make" + branch_pattern: coverity_scan + notifications: webhooks: urls: