You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fping/.travis.yml

15 lines
274 B
YAML

# travis-ci.org configuration
language: c
compiler:
- gcc
- clang
branches:
only:
- master
script:
- ./autogen.sh
- ./configure --enable-ipv4 --enable-ipv6 --prefix=/opt/fping
- make
- sudo make install
- sudo /opt/fping/sbin/fping 127.0.0.1