ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Andriy Petlovanyy's profile - activity

2015-11-06 16:20:28 -0500 received badge  Teacher (source)
2015-11-06 16:20:28 -0500 received badge  Necromancer (source)
2015-11-05 05:48:43 -0500 answered a question Drone.io instead of Travis

Currently open source Shadow Robot's build tools support Travis CI, Shippable, Circle CI, Semaphore etc.

This is Docker based solution. The main idea is to be CI server agnostic and set up build process for less than 15 minutes. There is possibility to choose what do you want to run e.g. unit tests, code coverage, roslint checks.

More information and links to documentation can be found here

2015-11-05 05:48:42 -0500 answered a question Travis CI with 14.04/Indigo and/or alternatives

Currently open source Shadow Robot's build tools support Travis CI, Shippable, Circle CI, Semaphore etc.

This is Docker based solution. The main idea is to be CI server agnostic and set up build process for less than 15 minutes. There is possibility to choose what do you want to run e.g. unit tests, code coverage, roslint checks.

More information and links to documentation can be found here

2015-11-05 05:48:41 -0500 answered a question How can I integrate my ROS package with Travis continuous integration?

Hi,

Recently Travis CI support was added to open source Shadow Robots's build tools. It is using Docker container with pre-installed ROS Indigo. So it is saving time for ROS installation. You can also select what actions do you want to do with your packages e.g. roslint checks, unit tests, code coverage. More information can be found here