Skip to content

Commit d7d06c5

Browse files
author
Clement Champetier
committed
Travis: fix launch nosetests after build (linux)
1 parent aa99dd2 commit d7d06c5

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

tools/travis.linux.install.deps.sh

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ lsb_release -a
44
sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse"
55
sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse"
66
sudo apt-add-repository "deb http://security.ubuntu.com/ubuntu trusty-security main restricted universe multiverse"
7+
sudo add-apt-repository -y ppa:motumedia/libav-daily
78
sudo apt-get update -qq
89
sudo apt-get install -qq gcc g++ cmake swig swig2.0
9-
sudo apt-get install -qq libavdevice-dev libavformat-dev libavcodec-dev libavutil-dev libswscale-dev libavresample-dev python-dev freeglut3-dev libxmu-dev doxygen
10+
sudo apt-get install -qq python-dev doxygen
11+
sudo apt-get install -qq freeglut3-dev libxmu-dev
12+
sudo apt-get install -qq python-nose
13+
14+
# Build FFmpeg 2.2.9
15+
sudo wget https://www.ffmpeg.org/releases/ffmpeg-2.2.9.tar.bz2
16+
echo "downloaded"
17+
sudo bunzip2 ffmpeg-2.2.9.tar.bz2
18+
echo "bunzied"
19+
sudo tar -xvf ffmpeg-2.2.9.tar
20+
echo "unzip"
21+
cd ffmpeg-2.2.9
22+
echo "ready to build"
23+
./configure --enable-shared --disable-static && make && sudo make install

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy