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