forked from mixxxdj/mixxx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
46 lines (46 loc) · 1.06 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
language: c++
# to run compilation/tests with gcc and clang
compiler:
- gcc
# Clang yields compile errors due to http://llvm.org/bugs/show_bug.cgi?id=13745.
# Wait for an upgrade of GCC on travis
# - clang
# Enable container-based infrastructure
sudo: false
# install dependencies
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- scons
- libqt4-dev
- libqt4-sql-sqlite
- libportmidi-dev
- libshout3-dev
- libtag1-dev
- libprotobuf-dev
- protobuf-compiler
- libvamp-hostsdk3
- vamp-plugin-sdk
- libusb-1.0-0-dev
- libfftw3-dev
- libmad0-dev
- portaudio19-dev
- libchromaprint-dev
- librubberband-dev
- libsqlite3-dev
- libsndfile1-dev
- libflac-dev
- libid3tag0-dev
before_install:
# Virtual X, needed for analyser waveform tests
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- export CXX=g++-4.8
- export CC=gcc-4.8
install:
- scons test=1 mad=1 localecompare=1
script:
- ./mixxx-test