forked from pulseaudio/pulseaudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
64 lines (59 loc) · 1.35 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
language: c
compiler:
- gcc
#- clang
before_install:
- sudo sh -c 'echo "deb http://archive.ubuntu.com/ubuntu/ trusty main universe\ndeb-src http://archive.ubuntu.com/ubuntu/ trusty main universe" >> /etc/apt/sources.list'
- sudo apt-get -qq update
install:
- >
sudo apt-get -qq install
git-core
autopoint
autoconf
automake
intltool
check
libasound2-dev
libasyncns-dev
libatomic-ops-dev
libavahi-client-dev
libbluetooth-dev
libsbc-dev
libcap-dev
libfftw3-dev
libgconf2-dev
libglib2.0-dev
libgtk-3-dev
libice-dev
libjack-dev
libjson-c-dev
liblircclient-dev
libltdl-dev
liborc-0.4-dev
libsamplerate0-dev
libsndfile1-dev
libspeexdsp-dev
libssl-dev
libtdb-dev
libudev-dev
libwebrtc-audio-processing-dev
libwrap0-dev
libx11-xcb-dev
libxcb1-dev
libxtst-dev
libsystemd-daemon-dev
libsystemd-id128-dev
libsystemd-journal-dev
libsystemd-login-dev
before_script:
# can't run git-version-gen on a shallow clone or without tags
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- git fetch --tags
- NOCONFIGURE=1 ./bootstrap.sh
script:
- ./configure --localstatedir=/var && make && make check && make check-daemon
notifications:
email:
recipients: