forked from grame-cncm/faust
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
42 lines (36 loc) · 853 Bytes
/
.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
sudo: required
dist: xenial
language: cpp
matrix:
include:
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
- libmicrohttpd-dev
- libgtk2.0-dev
- libqt4-dev
- libasound2-dev
- libqrencode-dev
- portaudio19-dev
- libjack-jackd2-dev
- libcsound64-dev
- dssi-dev
- lv2-dev
- puredata-dev
- supercollider-dev
env:
- MATRIX_EVAL="CC=gcc-4.9 && CXX=g++-4.9"
before_install:
- eval "${MATRIX_EVAL}"
branches:
only:
- master-dev
script:
- make travis
# - ./tests/architecture-tests/testtravis
# Do also some impulse response tests
- make -C tests/impulse-tests travis -j 2