Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-fcl
Commits
8845fadb
Commit
8845fadb
authored
Apr 02, 2020
by
Guilhem Saurel
Browse files
[CI] allow travis to find eigenpy exports
parent
c6a5b532
Changes
1
Hide whitespace changes
Inline
Side-by-side
travis_custom/custom_before_install_linux.sh
View file @
8845fadb
...
...
@@ -8,4 +8,5 @@ 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"
\ No newline at end of file
export
LD_LIBRARY_PATH
=
"
${
LD_LIBRARY_PATH
}
:/opt/openrobots/lib"
export
CMAKE_PREFIX_PATH
=
"
${
CMAKE_PREFIX_PATH
}
:/opt/openrobots"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment