Skip to content

Commit aee6f86

Browse files
nim65solivier-stasse
authored andcommitted
[CI] add missing dependency to pinocchio
1 parent 86670ec commit aee6f86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

travis_custom/custom_before_install

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ sudo free -m -t
1919
# Setup environment variables.
2020
export APT_DEPENDENCIES="doxygen libboost-system-dev libboost-test-dev libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev libeigen3-dev libtinyxml-dev libconsole-bridge-dev robotpkg-pinocchio robotpkg-dynamic-graph-v3 robotpkg-py35-dynamic-graph-v3 "
2121
# Add Python dependency
22-
export APT_DEPENDENCIES=$APT_DEPENDENCIES" libboost-python-dev robotpkg-py35-eigenpy python3.5-dev python3-numpy"
22+
export APT_DEPENDENCIES=$APT_DEPENDENCIES" libboost-python-dev robotpkg-py35-eigenpy python3.5-dev python3-numpy robotpkg-py35-pinocchio"
2323

2424
# Add Geometry dependencies
25-
if [[ $BUILD_WITH_COLLISION_SUPPORT -eq ON ]]; then
25+
if [[ $BUILD_WITH_COLLISION_SUPPORT -eq ON ]]; then
2626
export APT_DEPENDENCIES=$APT_DEPENDENCIES" robotpkg-hpp-fcl"
27-
fi
27+
fi
2828

2929
##############################
3030
# -- Helper functions -- #
@@ -179,7 +179,7 @@ _linux_install_dependencies()
179179

180180
${SUDO_CMD} apt-get install -qq curl cppcheck ${APT_DEPENDENCIES}
181181

182-
# Install lcov from github
182+
# Install lcov from github
183183
cd "$build_dir"
184184
wget https://github.com/linux-test-project/lcov/releases/download/v1.12/lcov-1.12.tar.gz
185185
tar zxvf lcov-1.12.tar.gz

0 commit comments

Comments
 (0)