File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / iperf / .travis.yml
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Sep 27 11:14:54 2023 UTC (7 months, 3 weeks ago) by misho
Branches: iperf, MAIN
CVS tags: v3_15, HEAD
Version 3.15

language: c
compiler:
   - gcc
   - clang
os:
   - linux
   - osx
   - freebsd

notifications:
  slack:
    secure: ImUmX7hcYotHWCDBfOcIvF6H7kkeGqiaUCy7SVPFtgPbz33ttpbRd94E7oxWVmZMLKb+i6+JCujTEWGwGBimzH+DjL0LLWs0ShzXZIUa1UzEPTc4hgV6VAxucYKFg2WrbXgOPWbulkMG1VZ6pX7GlAEGf0qyNqn44F7S2ay9m18=

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

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