-
Notifications
You must be signed in to change notification settings - Fork 41
/
.travis.yml
44 lines (43 loc) · 1.01 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
sudo: false
language: cpp
compiler: gcc
env:
matrix:
- DEBUG=false
- DEBUG=true
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- echo 'ac_add_options --with-taglib-source=packaged' >> nightingale.config
- echo 'ac_add_options --enable-tests' >> nightingale.config
- if [ "$DEBUG" == true ]; then echo 'ac_add_options --enable-debug' >> nightingale.config; fi
script: "./build.sh && make test"
branches:
only:
- sb-trunk-oldxul
notifications:
email:
on_success: change
on_failure: change
irc: "irc.mozilla.org#nightingale"
addons:
apt:
packages:
- autoconf
- libgtk2.0-dev
- libdbus-glib-1-dev
# - libtag1-dev
- libgstreamer-plugins-base0.10-dev
- zip
- unzip
- gstreamer0.10-plugins-base
- gstreamer0.10-alsa
- gstreamer0.10-x
- gstreamer0.10-plugins-good
# - gstreamer0.10-plugins-bad
# - gstreamer0.10-plugins-ugly
# - gstreamer0.10-ffmpeg
# - gtk2-engines-pixbuf
# - lib-idl-dev
# - libasound2-dev