Skip to content

Commit d9f2e08

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

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

tools/travis.linux.install.deps.sh

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,13 @@ sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu trusty-updates mai
66
sudo apt-add-repository "deb http://security.ubuntu.com/ubuntu trusty-security main restricted universe multiverse"
77
sudo apt-get update -qq
88
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
9+
sudo apt-get install -qq python-dev doxygen
10+
sudo apt-get install -qq freeglut3-dev libxmu-dev
11+
sudo apt-get install -qq python-nose
12+
13+
# Build FFmpeg 2.2.9
14+
sudo wget https://www.ffmpeg.org/releases/ffmpeg-2.2.9.tar.bz2
15+
sudo bunzip2 ffmpeg-2.2.9.tar.bz2
16+
sudo tar -xvf ffmpeg-2.2.9.tar
17+
cd ffmpeg-2.2.9
18+
./configure --disable-yasm --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