Drone.io instead of Travis
I have seen that for most developers, Indigo branches and future Jade have been troubling, given that Travis still only supports ubuntu 12.04 (and therefore up to Hydro). There have been long talks on github about this functionality over a number of repos and still, there is no official date when 14.04 will be supported on Travis and how that support will be provided.
On the other hand, drone.io uses docker in the build environment which might be a generic solution for all ros distros. Are there drawbacks to moving CI builds to docker (with drone.io)? Am I not considering something?
I'm interested in this as well. I haven't been able to configure a build, since the default env is 12.04 in drone.io as well.
http://www.quora.com/What-are-the-cor...
I will try to make a build in the next days. Depending on the results I will respond to my own question for future reference!
Hello Stefan, Travis has also moved to docker link here, so moving everything to drone.io seems overkill. I want to put together some scripts for docker based CI, but I have not yet found the time to do so.