mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
21 lines
236 B
YAML
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
|