File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
language : cpp
2
+ dist : bionic
2
3
sudo : required
3
4
cache :
4
5
ccache : true
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ curl http://robotpkg.openrobots.org/packages/debian/robotpkg.key | sudo apt-key
17
17
sudo free -m -t
18
18
19
19
# Setup environment variables.
20
- export APT_DEPENDENCIES=" doxygen libboost-system-dev libboost-test-dev libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev libeigen3-dev libtinyxml-dev libconsole-bridge-dev robotpkg-pinocchio robotpkg-dynamic-graph-v3 robotpkg-py35 -dynamic-graph-v3 "
20
+ export APT_DEPENDENCIES=" doxygen libboost-system-dev libboost-test-dev libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev libeigen3-dev libtinyxml-dev libconsole-bridge-dev robotpkg-pinocchio robotpkg-dynamic-graph-v3 robotpkg-py36 -dynamic-graph-v3 "
21
21
# Add Python dependency
22
- export APT_DEPENDENCIES=$APT_DEPENDENCIES " libboost-python-dev robotpkg-py35 -eigenpy python3.5 -dev python3-numpy robotpkg-py35 -pinocchio"
22
+ export APT_DEPENDENCIES=$APT_DEPENDENCIES " libboost-python-dev robotpkg-py36 -eigenpy python3.6 -dev python3-numpy robotpkg-py36 -pinocchio"
23
23
24
24
# Add Geometry dependencies
25
25
if [[ $BUILD_WITH_COLLISION_SUPPORT -eq ON ]]; then
You can’t perform that action at this time.
0 commit comments