amiga-fping/.travis.yml

24 lines
706 B
YAML
Raw Normal View History

2014-02-27 23:35:09 +00:00
# travis-ci.org configuration
2014-09-05 11:32:51 +00:00
#
2014-02-27 22:26:35 +00:00
language: c
2014-03-02 21:28:26 +00:00
env:
global:
2014-03-02 22:05:31 +00:00
- secure: "CoI8hwHH1yfQoQxIfWGRS0WfTyScox+5aJn0fDDgz2uKrrIxmBvIw/WKX8wcSiV6fLmLuwgNkKqSM3hdO4qaG+JxfWcuEiZZHm+kxSGMkWbGb/fvAI+gHg8ldKyYttcIX71O5rlZiC2QpNKQi2v18S6pI5p8eqnx7DYx4YrmguQ="
2014-02-27 22:26:35 +00:00
compiler:
2014-03-02 21:28:26 +00:00
- gcc
2014-03-04 21:51:00 +00:00
before_install:
2014-03-04 22:05:43 +00:00
- sudo apt-get install libcap2-bin
2014-09-16 01:03:36 +00:00
- sudo apt-get install traceroute
- traceroute google.com
2014-02-28 22:36:44 +00:00
install:
2014-02-28 22:00:10 +00:00
- ci/build-1-autotools.sh
2014-02-28 22:43:52 +00:00
- curl -L http://cpanmin.us | perl - --sudo App::cpanminus
2014-02-28 22:46:49 +00:00
- cpanm --sudo Test::Command
2014-02-27 23:26:32 +00:00
script:
2014-02-28 22:00:10 +00:00
- ci/build-2-install.sh
2014-03-05 07:38:05 +00:00
- env PATH=`pwd`/src:$PATH prove ci/test-*.pl
2014-03-02 22:34:08 +00:00
- ci/test-tarball.sh
2014-03-02 21:28:26 +00:00
after_success:
2014-03-05 07:54:31 +00:00
- ci/coveralls.sh
2014-03-05 08:02:31 +00:00
- ci/deploy-bintray.sh