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.
fping/.travis.yml

41 lines
1.5 KiB
YAML

11 years ago
# travis-ci.org configuration
#
language: generic
sudo: required
dist: trusty
env:
global:
- secure: "CoI8hwHH1yfQoQxIfWGRS0WfTyScox+5aJn0fDDgz2uKrrIxmBvIw/WKX8wcSiV6fLmLuwgNkKqSM3hdO4qaG+JxfWcuEiZZHm+kxSGMkWbGb/fvAI+gHg8ldKyYttcIX71O5rlZiC2QpNKQi2v18S6pI5p8eqnx7DYx4YrmguQ="
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: "C9ZJ9LYnuowRdF4D66KLfquimvu8GtRGIafwvCcGYKReEy8phlBdFsHlybkMBNYJNTJSM0j6wyo1lKTVGHxmpQDimjR7kmxUtawbhuJ5qOCBtFqNVh9lRQi7hC4+UOhvRsIcbV8HAJM5u/5RxGOfXCePK3a2DtiYv1d2NHToZN8="
compiler:
- gcc
11 years ago
before_install:
- sudo apt-get update -qq
11 years ago
- sudo apt-get install libcap2-bin
#- sudo apt-get install traceroute
#- traceroute google.com
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
11 years ago
install:
11 years ago
- ci/build-1-autotools.sh
11 years ago
- curl -L http://cpanmin.us | perl - --sudo App::cpanminus
11 years ago
- cpanm --sudo Test::Command
11 years ago
script:
11 years ago
- ci/build-2-install.sh
11 years ago
- env PATH=`pwd`/src:$PATH prove ci/test-*.pl
11 years ago
- ci/test-tarball.sh
after_success:
11 years ago
- ci/coveralls.sh
11 years ago
- ci/deploy-bintray.sh
addons:
coverity_scan:
project:
name: "schweikert/fping"
description: "Build submitted via Travis CI"
notification_email: david@schweikert.ch
8 years ago
#build_command_prepend: "ci/build-2-install.sh"
build_command: "ci/build-2-install.sh"
branch_pattern: coverity_scan