diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-14 22:54:42 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-14 22:54:42 +0100 |
commit | b1a0bca294826737d925b9a7f9dbc7b961b8762a (patch) | |
tree | 0fa9fefac31a8013dbfceb3b83c9c7f3a79e2435 /.travis.yml | |
parent | 28bb257eebbff18b12d199f80112965159324e48 (diff) | |
download | termo-b1a0bca294826737d925b9a7f9dbc7b961b8762a.tar.gz termo-b1a0bca294826737d925b9a7f9dbc7b961b8762a.tar.xz termo-b1a0bca294826737d925b9a7f9dbc7b961b8762a.zip |
Travis CI: Try enabling Coverity scan
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a0a53cf..8399ebd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,18 @@ notifications: channels: "anathema.us.nu#anathema" use_notice: true skip_join: true +env: + global: + - secure: "rzavv9NhQeZ3Zn6g9WgabUuTsXG1ncc+dWyXw3ytN15uWa4UelVzjAYvr31XeyXwsqZi3rDRHuz8ooIi1NLeLewozpEdkyakLjZOAnggqCnkF/yw/secuRo8MzweGXAefF+7cR2JYyH/E/PfMfAY8Qb0NnfEV1j7X9GCN2sJcxA=" +addons: + coverity_scan: + project: + name: "pjanouch/termo" + description: "Terminal key input library" + notification_email: p.janouch@gmail.com + build_command_prepend: "cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=ON" + build_command: "make all demos" + branch_pattern: coverity_scan compiler: - clang - gcc |