Travis CI: Try adding Coverity scan

This commit is contained in:
Přemysl Eric Janouch 2015-02-14 08:19:36 +01:00
parent 16dce195c1
commit 56e9b75be8
1 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,18 @@ notifications:
channels: "anathema.us.nu#anathema"
use_notice: true
skip_join: true
env:
global:
- secure: "LeuOo7WkygCR9BDkBv8ttWqSvL0TcEVnEYArBHmkBRZijOvI3EqyFeJMVPKCHt5JWXUmuaUnbNdK8FzYGGoMDGp6XP9NrHpVKCfN+ok9uRf2HftBjzH5SgMSP0H/dkDo24hBtFjlK/MXB7iDqiig0D80iEsvTP/5kjiWXv39Niw="
addons:
coverity_scan:
project:
name: "pjanouch/sensei-raw-ctl"
description: "SteelSeries Sensei Raw control utility"
notification_email: p.janouch@gmail.com
build_command_prepend: "cmake .. -DCMAKE_BUILD_TYPE=Release"
build_command: "make"
branch_pattern: coverity_scan
compiler:
- clang
- gcc