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

22 lines
629 B
YAML

11 years ago
# travis-ci.org configuration
language: c
env:
global:
- secure: "CoI8hwHH1yfQoQxIfWGRS0WfTyScox+5aJn0fDDgz2uKrrIxmBvIw/WKX8wcSiV6fLmLuwgNkKqSM3hdO4qaG+JxfWcuEiZZHm+kxSGMkWbGb/fvAI+gHg8ldKyYttcIX71O5rlZiC2QpNKQi2v18S6pI5p8eqnx7DYx4YrmguQ="
compiler:
- gcc
- clang
11 years ago
branches:
only:
- master
11 years ago
install:
11 years ago
- sudo apt-get remove -qq autoconf automake autotools-dev libtool
- 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
- prove ci/test-*.pl
after_success:
- ci/deploy-bintray.sh