Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jrl-walkgen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Stack Of Tasks
jrl-walkgen
Commits
20bbeb90
Commit
20bbeb90
authored
8 years ago
by
mnaveau
Browse files
Options
Downloads
Patches
Plain Diff
add the env var in the after failure as well
parent
dca2bd42
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
travis_custom/custom_after_failure
+13
-1
13 additions, 1 deletion
travis_custom/custom_after_failure
travis_custom/custom_build
+5
-5
5 additions, 5 deletions
travis_custom/custom_build
with
18 additions
and
6 deletions
travis_custom/custom_after_failure
+
13
−
1
View file @
20bbeb90
# Setup environment variables.
source /opt/ros/hydro/setup.bash
export CMAKE_ADDITIONAL_OPTIONS=" ${CMAKE_ADDITIONAL_OPTIONS} -DBUILD_UNIT_TESTS=\"ON\""
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/opt/openrobots/lib/pkgconfig"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/openrobots/lib"
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/opt/ros/hydro/lib/pkgconfig"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/ros/hydro/lib"
env
cd /tmp/_ci/build/tests
valgrind TestMorisawa2007ShortWalk64 /tmp/_ci/install/share/simple_humanoid_description/urdf/simple_humanoid.urdf /tmp/_ci/install/share/simple_humanoid_description/srdf/simple_humanoid.srdf
env
../.travis/run ../.travis/after_failure
This diff is collapsed.
Click to expand it.
travis_custom/custom_build
+
5
−
5
View file @
20bbeb90
...
...
@@ -6,15 +6,15 @@ set -x
set
-v
# Setup environment variables.
#
source /opt/ros/hydro/setup.bash
source
/opt/ros/hydro/setup.bash
export
CMAKE_ADDITIONAL_OPTIONS
=
"
${
CMAKE_ADDITIONAL_OPTIONS
}
-DBUILD_UNIT_TESTS=
\"
ON
\"
"
#
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/opt/openrobots/lib/pkgconfig"
#
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/openrobots/lib"
export
PKG_CONFIG_PATH
=
"
${
PKG_CONFIG_PATH
}
:/opt/openrobots/lib/pkgconfig"
export
LD_LIBRARY_PATH
=
"
${
LD_LIBRARY_PATH
}
:/opt/openrobots/lib"
#
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/opt/ros/hydro/lib/pkgconfig"
#
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/ros/hydro/lib"
export
PKG_CONFIG_PATH
=
"
${
PKG_CONFIG_PATH
}
:/opt/ros/hydro/lib/pkgconfig"
export
LD_LIBRARY_PATH
=
"
${
LD_LIBRARY_PATH
}
:/opt/ros/hydro/lib"
# run the build
.
./.travis/run ../.travis/build
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment