1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00
ezstream/.travis.yml
2017-07-06 18:10:48 +02:00

21 lines
236 B
YAML

language: c
compiler:
- clang
- gcc
dist: trusty
sudo: required
addons:
apt:
packages:
- check
- libxml2-dev
- libshout-dev
- libtagc0-dev
script:
- ./autogen.sh
- ./configure
- make distcheck