mirror of
https://github.com/tstack/lnav
synced 2024-11-17 15:29:40 +00:00
[build] add coverity scan to .travis.yml
This commit is contained in:
parent
d4219f5bdc
commit
704e7cfa4d
16
.travis.yml
16
.travis.yml
@ -4,3 +4,19 @@ compiler: gcc
|
|||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get install -y -qq libgpm-dev
|
- sudo apt-get install -y -qq libgpm-dev
|
||||||
script: ./autogen.sh && ./configure && make && make check
|
script: ./autogen.sh && ./configure && make && make check
|
||||||
|
|
||||||
|
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: "P3wQLswiGYWrZwO4bxFmsA4XG5s/pS+renL0RMeotMTQwQQXmy1ZCvwMnAgaYWQmF82fN8WjuhO3OX0gpDbydxRktqI5ZqblsryV6poB0g+OkCqThbDUp3TL6TjPqySTI1CZ8qoOBYFMubAZYVJAEfxl0UxoQE+uTsRarRqr8rI="
|
||||||
|
|
||||||
|
addons:
|
||||||
|
coverity_scan:
|
||||||
|
project:
|
||||||
|
name: "tstack/lnav"
|
||||||
|
description: "Your project description here"
|
||||||
|
notification_email: timothyshanestack@gmail.com
|
||||||
|
build_command_prepend: ./autogen.sh && ./configure
|
||||||
|
build_command: make
|
||||||
|
branch_pattern: master
|
||||||
|
Loading…
Reference in New Issue
Block a user