2013-04-09 19:37:21 +00:00
|
|
|
|
|
|
|
language: cpp
|
|
|
|
compiler: gcc
|
2013-04-09 20:10:28 +00:00
|
|
|
before_install:
|
|
|
|
- sudo apt-get install -y -qq libgpm-dev
|
2015-03-14 03:17:34 +00:00
|
|
|
- sudo apt-get autoremove -y automake
|
|
|
|
- sudo apt-get install -y automake
|
2013-04-19 14:06:02 +00:00
|
|
|
script: ./autogen.sh && ./configure && make && make check
|
2014-04-23 21:45:53 +00:00
|
|
|
|
|
|
|
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
|
2015-02-26 06:18:50 +00:00
|
|
|
branch_pattern: coverity_scan
|