1
1
iperf3/.travis.yml

10 строки
110 B
YAML

language: c
compiler:
- gcc
- clang
os:
- linux
- osx
script: ./configure && make && make check