1
0
mirror of https://frontier.innolan.net/rainlance/amiga-fping.git synced 2025-11-21 13:59:15 +00:00

travis tuning

This commit is contained in:
David Schweikert
2014-02-28 23:00:10 +01:00
parent 801051eeec
commit 57595638ec
5 changed files with 81 additions and 5 deletions

View File

@ -6,9 +6,9 @@ compiler:
branches:
only:
- master
before_install:
- sudo apt-get remove -qq autoconf automake autotools-dev libtool
- ci/build-1-autotools.sh
script:
- ./autogen.sh
- ./configure --enable-ipv4 --enable-ipv6 --prefix=/opt/fping
- make
- sudo make install
- sudo /opt/fping/sbin/fping 127.0.0.1
- ci/build-2-install.sh
- ci/test-1.sh