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
Guilhem Saurel
pinocchio
Commits
b88eb8fc
Commit
b88eb8fc
authored
Apr 11, 2016
by
jcarpent
Browse files
[Travis] Update travis to test on Ubuntu Trusty
parent
14692e9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
b88eb8fc
...
...
@@ -2,6 +2,7 @@ language: cpp
python
:
-
"
2.7"
sudo
:
required
dist
:
trusty
compiler
:
-
gcc
# - clang
...
...
travis_custom/custom_before_install
View file @
b88eb8fc
...
...
@@ -6,16 +6,16 @@ set -x
set
-v
# Add robotpkg
sudo
sh
-c
"echo
\"
deb http://robotpkg.openrobots.org/packages/debian
precise
robotpkg
\"
>> /etc/apt/sources.list "
sudo
sh
-c
"echo
\"
deb
[arch=amd64]
http://robotpkg.openrobots.org/packages/debian
trusty
robotpkg
\"
>> /etc/apt/sources.list "
curl http://robotpkg.openrobots.org/packages/debian/robotpkg.key |
sudo
apt-key add -
# show memory usage before install
sudo
free
-m
-t
# Setup environment variables.
export
APT_DEPENDENCIES
=
"doxygen libboost-dev libboost-doc libboost-thread-dev libboost-system-dev libboost-test-dev libboost-filesystem-dev libboost-python-dev libboost-program-options-dev libeigen3-dev libtinyxml-dev robotpkg-urdfdom"
export
APT_DEPENDENCIES
=
"doxygen libboost-dev libboost-doc libboost-thread-dev libboost-system-dev libboost-test-dev libboost-filesystem-dev libboost-python-dev libboost-program-options-dev libeigen3-dev libtinyxml-dev robotpkg-urdfdom
robotpkg-console-bridge
"
# Add Python dependency
export
APT_DEPENDENCIES
=
$APT_DEPENDENCIES
" python-numpy robotpkg-eigenpy"
export
APT_DEPENDENCIES
=
$APT_DEPENDENCIES
"
libpython2.7
python-numpy robotpkg-eigenpy"
# Add Geometry dependencies
#export APT_DEPENDENCIES=$APT_DEPENDENCIES" robotpkg-hpp-fcl robotpkg-assimp robotpkg-octomap"
...
...
Write
Preview
Supports
Markdown
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