You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/.travis.yml

26 lines
974 B
YAML

language: cpp
compiler: gcc
before_install:
- sudo apt-get install -y -qq libgpm-dev
- wget http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz -O /tmp/automake.tar.gz
- tar -xvf /tmp/automake.tar.gz
- (cd automake-1.15 && ./configure && make && sudo make install)
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: coverity_scan