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