File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
set -x
6
6
set -v
7
7
8
- # Add robotpkg
8
+ # Add robotpkg
9
+ sudo sh -c " echo \" deb [arch=amd64] http://robotpkg.openrobots.org/wip/packages/debian/pub trusty robotpkg\" >> /etc/apt/sources.list "
9
10
sudo sh -c " echo \" deb [arch=amd64] http://robotpkg.openrobots.org/packages/debian/pub trusty robotpkg\" >> /etc/apt/sources.list "
10
11
curl http://robotpkg.openrobots.org/packages/debian/robotpkg.key | sudo apt-key add -
11
12
@@ -16,7 +17,7 @@ sudo free -m -t
16
17
export APT_DEPENDENCIES=" doxygen libboost-system-dev libboost-test-dev libboost-filesystem-dev libboost-program-options-dev libeigen3-dev libtinyxml-dev libconsole-bridge-dev robotpkg-pinocchio robotpkg-dynamic-graph-v3 robotpkg-py27-dynamic-graph-v3 robotpkg-sot-core-v3 "
17
18
18
19
# Add Python dependency
19
- export APT_DEPENDENCIES=$APT_DEPENDENCIES " libboost-python-dev robotpkg-eigenpy python2.7-dev python-numpy python-sphinx"
20
+ export APT_DEPENDENCIES=$APT_DEPENDENCIES " libboost-python-dev robotpkg-py27- eigenpy python2.7-dev python-numpy python-sphinx"
20
21
21
22
# When this script is called the current directory is ./custom_travis
22
23
. ./.travis/run ../.travis/before_install
You can’t perform that action at this time.
0 commit comments