Skip to content
Snippets Groups Projects
Commit d6fbe964 authored by Valenza Florian's avatar Valenza Florian
Browse files

[travis] Add sudo required

parent 9e99bb63
No related branches found
No related tags found
No related merge requests found
language: cpp
sudo: required
os:
- linux
......
......@@ -9,10 +9,7 @@ sudo apt-get -qq --yes --force-yes install libboost-all-dev
sudo apt-get -qq --yes --force-yes install libccd-dev
# Assimp
sudo echo "deb [arch=amd64] http://robotpkg.openrobots.org/packages/debian/pub trusty robotpkg" >> /etc/apt/sources.list.d/robotpkg.list
curl http://robotpkg.openrobots.org/packages/debian/robotpkg.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install robotpkg-assimp
sudo apt-get install libassimp-dev
########################
# Optional dependencies
......
......@@ -4,3 +4,4 @@ brew install git
brew install cmake
brew install boost
brew install libccd
brew install assimp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment