Skip to content
Snippets Groups Projects
Commit 0064283f authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[travis] Add docker for ros testing.

parent 2b4e987d
No related branches found
No related tags found
No related merge requests found
sudo: required
services:
- docker
before_install:
- docker pull ros
- docker run ros /bin/sh -c "sudo sh -c \"echo \"deb [arch=amd64] http://robotpkg.openrobots.org/wip/packages/debian/pub trusty robotpkg\" >> /etc/apt/sources.list \""
- docker run ros /bin/sh -c "sudo sh -c \"echo \"deb [arch=amd64] http://robotpkg.openrobots.org/packages/debian/pub trusty robotpkg\" >> /etc/apt/sources.list \""
- docker run ros /bin/sh -c "curl http://robotpkg.openrobots.org/wip/packages/debian/robotpkg.key | sudo apt-key add -"
- docker run ros /bin/sh -c "curl http://robotpkg.openrobots.org/packages/debian/robotpkg.key | sudo apt-key add -"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment