lnav/.travis.yml

32 lines
969 B
YAML
Raw Normal View History

2013-04-09 19:37:21 +00:00
2016-12-06 00:51:05 +00:00
dist: trusty
2013-04-09 19:37:21 +00:00
language: cpp
compiler: gcc
2015-07-12 20:46:59 +00:00
sudo: false
2016-12-06 00:48:43 +00:00
install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
script: ./autogen.sh && ./configure && make distcheck -j3
after_script: test -e test/test-suite.log && cat test/test-suite.log
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:
2015-07-12 20:46:59 +00:00
apt:
packages:
- libgpm-dev
- re2c
2016-12-06 00:48:43 +00:00
- gcc-4.8
- g++-4.8
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-09-21 03:58:39 +00:00
branch_pattern: coverity_scan