]> git.ipfire.org Git - thirdparty/shairport-sync.git/blame - .travis.yml
Update .travis.yml
[thirdparty/shairport-sync.git] / .travis.yml
CommitLineData
643e84a8 1language: c
2820dd92 2script: autoreconf -fi && ./configure --with-alsa --with-avahi --with-ssl=openssl --with-metadata --with-soxr --with-systemv && make
643e84a8
MB
3branches:
4 only:
5 - development
18d3d409
MB
6before_install:
7 - sudo apt-get -qq update
c69fa727
MB
8 - sudo apt-get install -y libdaemon-dev
9 - sudo apt-get install -y libpopt-dev
10 - sudo apt-get install -y avahi-daemon
11 - sudo apt-get install -y libavahi-client-dev
b991138e 12 - sudo apt-get install -y libconfig-dev
1ff8c36c
MB
13addons:
14 apt:
15 packages:
1ff8c36c 16 - libasound2-dev
1ff8c36c 17 - libconfig-dev
a1269dae 18 - libsoxr-dev
b991138e 19 - libssl-dev