summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: d3ae273a06f3ebf582519b1c5be69771b89cf2c9 (plain)
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
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:
    packages:
      - 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"
install:
  - scons test=1 mad=1 localecompare=1
script:
  - ./mixxx-test