Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
sot-torque-control
Commits
a64a8561
Commit
a64a8561
authored
Feb 20, 2018
by
Olivier Stasse
Browse files
[travis] Add PYTHON_PATH to travis_build
parent
225a68b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
travis_custom/custom_build
View file @
a64a8561
...
...
@@ -14,7 +14,7 @@ else
fi
export
PKG_CONFIG_PATH
=
"
${
PKG_CONFIG_PATH
}
:/opt/openrobots/lib/pkgconfig"
export
LD_LIBRARY_PATH
=
"
${
LD_LIBRARY_PATH
}
:/opt/openrobots/lib"
export
PYTHON_PATH
=
"
$
{
PYTHON_PATH
}
:/opt/openrobots
/lib/python2.7/site-packages:
/opt/openrobots
/lib/python2.7/dist-packages"
export
PYTHON_PATH
=
"
$
install_dir
/lib/python2.7/site-packages:
$install_dir
/lib/python2.7/dist-packages
:
${
PYTHON_PATH
}
"
# Setup environment variables.
.
./.travis/run ../.travis/build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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