Travis CI: Try adding Coverity scan
This commit is contained in:
parent
16dce195c1
commit
56e9b75be8
12
.travis.yml
12
.travis.yml
@ -4,6 +4,18 @@ notifications:
|
|||||||
channels: "anathema.us.nu#anathema"
|
channels: "anathema.us.nu#anathema"
|
||||||
use_notice: true
|
use_notice: true
|
||||||
skip_join: 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:
|
compiler:
|
||||||
- clang
|
- clang
|
||||||
- gcc
|
- gcc
|
||||||
|
Loading…
Reference in New Issue
Block a user