Skip to content
Snippets Groups Projects
Commit 1cf40ad0 authored by Gabriele Buondonno's avatar Gabriele Buondonno
Browse files

[travis] Add eigenpy dependency

parent 51707f2f
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,17 @@ matrix:
- eigen
- octomap
before_install:
# Add robotpkg
- sudo sh -c "echo \"deb [arch=amd64] http://robotpkg.openrobots.org/packages/debian/pub $(lsb_release -cs) robotpkg\" >> /etc/apt/sources.list"
- curl http://robotpkg.openrobots.org/packages/debian/robotpkg.key | sudo apt-key add -
- sudo apt-get update
# install eigenpy
- sudo apt-get -qqy install robotpkg-py27-eigenpy
# set environment variables
- export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/opt/openrobots/lib/pkgconfig"
- export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/openrobots/lib"
script:
# Create build directory
- mkdir build
......
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