We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c634a commit fb3467eCopy full SHA for fb3467e
travis_custom/custom_before_install
@@ -15,6 +15,10 @@ sudo free -m -t
15
# Setup environment variables.
16
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
+# Add Python dependency
19
+export APT_DEPENDENCIES=$APT_DEPENDENCIES" libboost-python-dev robotpkg-eigenpy python2.7-dev python-numpy python-sphinx"
20
+
21
22
# When this script is called the current directory is ./custom_travis
23
. ./.travis/run ../.travis/before_install
24
0 commit comments