1
0
mirror of https://frontier.innolan.net/rainlance/amiga-fping.git synced 2025-11-22 00:36:57 +00:00
Files
amiga-fping/.travis.yml

24 lines
655 B
YAML
Raw Normal View History

2014-02-28 00:35:09 +01:00
# travis-ci.org configuration
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-02-28 00:26:32 +01:00
branches:
2014-03-02 22:28:26 +01:00
only:
- master
2014-03-04 22:51:00 +01:00
before_install:
- sudo pip install cpp-coveralls --use-mirrors
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-02-28 23:36:44 +01:00
- 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:
- ci/deploy-bintray.sh
2014-03-04 22:51:00 +01:00
- coveralls