-
Notifications
You must be signed in to change notification settings - Fork 22
/
.travis.yml
67 lines (65 loc) · 1.5 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
65
66
67
language: c
dist: bionic
addons:
apt:
packages:
- ocaml-nox
- ocaml-findlib
- ffmpeg
- libao-dev
- portaudio19-dev
- libasound2-dev
- libpulse-dev
- libgstreamer1.0-dev
- libgstreamer-plugins-base1.0-dev
- libmad0-dev
- libtag1-dev
- libmp3lame-dev
- libshine-dev
- libogg-dev
- libvorbis-dev
- libspeex-dev
- libtheora-dev
- libopus-dev
- libfdk-aac-dev
- libfaad-dev
- libflac-dev
- ladspa-sdk
- liblilv-dev
- libsoundtouch-dev
- libsamplerate-dev
- libgavl-dev
- libavutil-dev
- libavformat-dev
- libavcodec-dev
- libswscale-dev
- libavdevice-dev
- frei0r-plugins-dev
- dssi-dev
- liblo-dev
- libsdl2-dev
- libsdl2-image-dev
- libsdl2-ttf-dev
- libmagic-dev
- libssl-dev
- libgd-dev
- pandoc
# tsdl: does not build with this version of SDL2
before_install:
- export OPAMYES=1
- curl -sL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh -o /tmp/install.sh
- echo /usr/local/bin | sh /tmp/install.sh
- opam init --disable-sandboxing --compiler=4.08.0
- opam update
- opam install pcre xmlm sedlex menhir camomile magic yojson camlimages inotify ssl gd
- eval `opam config env`
# srt: library not recent enough in travis
script:
- export OPAMYES=1
- opam pin add ocaml-shine
- opam pin add ocaml-lilv
- cat PACKAGES.default | grep -v ocaml-srt > PACKAGES
- ./bootstrap
- ./configure
- make
- make -C liquidsoap test