-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
53 lines (53 loc) · 1.02 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
language: cpp
os: linux
dist: bionic
compiler:
- gcc
addons:
snaps:
- ffsend
apt:
update: true
packages:
- build-essential
- cmake
- pkg-config
- yasm
- git
- gfortran
- libjpeg8-dev
- libpng-dev
- software-properties-common
- libtiff-dev
- libavcodec-dev
- libavformat-dev
- libswscale-dev
- libdc1394-22-dev
- libxine2-dev
- libv4l-dev
- libgstreamer1.0-dev
- libgstreamer-plugins-base1.0-dev
- libgtk2.0-dev
- libtbb-dev
- qt5-default
- libatlas-base-dev
- libfaac-dev
- libmp3lame-dev
- libtheora-dev
- libvorbis-dev
- libxvidcore-dev
- libopencore-amrnb-dev
- libopencore-amrwb-dev
- libavresample-dev
- x264
- v4l-utils
- libprotobuf-dev
- protobuf-compiler
- libgoogle-glog-dev
- libgflags-dev
- libgphoto2-dev
- libeigen3-dev
- libhdf5-dev
- doxygen
script:
- "./build.sh"