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

17 lines
362 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
compiler:
- gcc
- clang
2014-02-28 00:26:32 +01:00
branches:
only:
- master
2014-02-28 23:36:44 +01:00
install:
2014-02-28 23:00:10 +01:00
- sudo apt-get remove -qq autoconf automake autotools-dev libtool
- 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:36:44 +01:00
- cpanm 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