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 (8 months, 2 weeks ago) by misho
Branches: iperf, MAIN
CVS tags: v3_15, HEAD
Version 3.15

    1: language: c
    2: compiler:
    3:    - gcc
    4:    - clang
    5: os:
    6:    - linux
    7:    - osx
    8:    - freebsd
    9: 
   10: notifications:
   11:   slack:
   12:     secure: ImUmX7hcYotHWCDBfOcIvF6H7kkeGqiaUCy7SVPFtgPbz33ttpbRd94E7oxWVmZMLKb+i6+JCujTEWGwGBimzH+DjL0LLWs0ShzXZIUa1UzEPTc4hgV6VAxucYKFg2WrbXgOPWbulkMG1VZ6pX7GlAEGf0qyNqn44F7S2ay9m18=
   13: 
   14: script: ./configure && make && make check

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