File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / iperf / .travis.yml
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:36:45 2021 UTC (3 years, 3 months ago) by misho
Branches: iperf, MAIN
CVS tags: v3_3_9, HEAD
iperf 3.3.9

language: c
compiler:
   - gcc
   - clang
os:
   - linux
   - osx
 
notifications:
  slack:
    secure: ImUmX7hcYotHWCDBfOcIvF6H7kkeGqiaUCy7SVPFtgPbz33ttpbRd94E7oxWVmZMLKb+i6+JCujTEWGwGBimzH+DjL0LLWs0ShzXZIUa1UzEPTc4hgV6VAxucYKFg2WrbXgOPWbulkMG1VZ6pX7GlAEGf0qyNqn44F7S2ay9m18=

script: ./configure && make && make check

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