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:
10
.travis.yml
10
.travis.yml
@ -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
|
||||
|
||||
Reference in New Issue
Block a user