forked from torrvision/pyORBSLAM2
-
Notifications
You must be signed in to change notification settings - Fork 9
/
.travis.yml
84 lines (82 loc) · 2.13 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
language: cpp
matrix:
include:
- os: linux
env:
- BUILD_PYTHON="python3"
- OPENCV_INSTALL_LOCALLY="ON"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libboost-all-dev
- libtbb-dev
- libgtk2.0-dev
- python3-dev
- python3-numpy
- libdc1394-22
- libdc1394-22-dev
- libhdf5-serial-dev
- libjpeg-dev
- libpng12-dev
- libjasper-dev
- libavcodec-dev
- libavformat-dev
- libswscale-dev
- libgstreamer0.10-dev
- libgstreamer-plugins-base0.10-dev
- libv4l-dev
- libtbb-dev
- libqt4-dev
- libmp3lame-dev
- libopencore-amrnb-dev
- libopencore-amrwb-dev
- libtheora-dev
- libvorbis-dev
- libxvidcore-dev
- x264
- v4l-utils
- unzip
- os: linux
env:
- BUILD_PYTHON="python2"
- OPENCV_INSTALL_LOCALLY="ON"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libboost-all-dev
- libtbb-dev
- libgtk2.0-dev
- python-dev
- python-numpy
- libdc1394-22
- libdc1394-22-dev
- libhdf5-serial-dev
- libjpeg-dev
- libpng12-dev
- libjasper-dev
- libavcodec-dev
- libavformat-dev
- libswscale-dev
- libgstreamer0.10-dev
- libgstreamer-plugins-base0.10-dev
- libv4l-dev
- libtbb-dev
- libqt4-dev
- libmp3lame-dev
- libopencore-amrnb-dev
- libopencore-amrwb-dev
- libtheora-dev
- libvorbis-dev
- libxvidcore-dev
- x264
- v4l-utils
- unzip
script:
- chmod +x build.sh
- ./build.sh
- chmod +x makedist.sh
- ./makedist.sh