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

14 lines
244 B
YAML

language: c
compiler:
- gcc
- clang
11 years ago
branches:
only:
- master
script:
- ./autogen.sh
- ./configure --enable-ipv4 --enable-ipv6 --prefix=/opt/fping
- make
11 years ago
- sudo make install
11 years ago
- sudo /opt/fping/sbin/fping 127.0.0.1