1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-06-09 06:10:42 +00:00
This commit is contained in:
Moritz Grimm 2017-07-06 17:18:46 +02:00
parent e75c000cb8
commit 103daf9332

19
.travis.yml Normal file
View File

@ -0,0 +1,19 @@
language: c
compiler:
- clang
- gcc
addons:
apt:
packages:
- check
- libxml2-dev
- libshout-dev
- libtagc0-dev
script:
- ./autogen.sh
- ./configure
- make
- make distcheck