1
0
mirror of https://frontier.innolan.net/rainlance/amiga-fping.git synced 2025-11-21 13:59:15 +00:00
Files
amiga-fping/.travis.yml
2014-03-02 23:05:31 +01:00

22 lines
629 B
YAML

# travis-ci.org configuration
language: c
env:
global:
- secure: "CoI8hwHH1yfQoQxIfWGRS0WfTyScox+5aJn0fDDgz2uKrrIxmBvIw/WKX8wcSiV6fLmLuwgNkKqSM3hdO4qaG+JxfWcuEiZZHm+kxSGMkWbGb/fvAI+gHg8ldKyYttcIX71O5rlZiC2QpNKQi2v18S6pI5p8eqnx7DYx4YrmguQ="
compiler:
- gcc
- clang
branches:
only:
- master
install:
- sudo apt-get remove -qq autoconf automake autotools-dev libtool
- ci/build-1-autotools.sh
- curl -L http://cpanmin.us | perl - --sudo App::cpanminus
- cpanm --sudo Test::Command
script:
- ci/build-2-install.sh
- prove ci/test-*.pl
after_success:
- ci/deploy-bintray.sh