File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / arping / .travis.yml
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Mar 16 23:40:57 2021 UTC (3 years, 2 months ago) by misho
Branches: arping, MAIN
CVS tags: v2_21, HEAD
arping 2.21

language: c
compiler:
  - clang
  - gcc
script: ./bootstrap.sh && ./configure && make && make check
before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq libpcap-dev libnet1-dev check libsubunit-dev

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>