1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00
ezstream/.travis.yml

20 lines
217 B
YAML
Raw Normal View History

2017-07-06 11:18:46 -04:00
language: c
compiler:
- clang
- gcc
addons:
apt:
packages:
- check
- libxml2-dev
- libshout-dev
- libtagc0-dev
script:
- ./autogen.sh
- ./configure
- make
- make distcheck