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
Noelie Ramuzat
Gepetto Utils
Commits
f3492961
Commit
f3492961
authored
Feb 07, 2019
by
Olivier Stasse
Browse files
[robotpkg_tests.py] Add cache in robotpkg.conf
parent
ec85782c
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/robotpkg_tests.py
View file @
f3492961
...
...
@@ -95,6 +95,12 @@ class RobotpkgTests:
'ACCEPTABLE_LICENSES+=cnrs-hpp-closed-source'
,
'ACCEPTABLE_LICENSES+=gnu-gpl'
,
'ACCEPTABLE_LICENSES+=motion-analysis-license'
,
'PREFER_ALTERNATIVE.c-compiler=ccache-gcc gcc'
,
'PREFER_ALTERNATIVE.c++-compiler=ccache-g++ g++'
,
'# By default, cache will save files in $HOME/.cccache.'
,
'# With NFS, this can be a bit slow. The next line make'
,
'# ccache save files in ${ROBOTPKG_ROOT}/install/.ccache'
,
'HOME.env='
+
self
.
ROBOTPKG_ROOT
+
'/install'
,
'PREFER.gnupg=system'
,
'PREFER.urdfdom=system'
,
'PREFER.urdfdom-headers=system'
,
...
...
@@ -139,7 +145,7 @@ class RobotpkgTests:
'PREFER.ros-orocos-kdl = system'
,
'PREFER.assimp=system'
,
'ACCEPTABLE_LICENSES+=pal-license'
,
'ROS_PACKAGE_PATH=
${
ROBOTPKG_ROOT
}
/install/share:$ROS_PACKAGE_PATH
'
]
'ROS_PACKAGE_PATH=
'
+
self
.
ROBOTPKG_ROOT
+
'
/install/share:$ROS_PACKAGE_PATH'
]
def
execute
(
self
,
bashCommand
):
""" Execute baschCommand
...
...
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