I have a project hosted on Sourceforge.net using Mercurial.
Are there any free continuous integration services that can interact with open source projects and run builds every time an upstream transition occurs? I had a lot of experience with travic-ci.org (github) and drone.io (bitbucket), but now I need something similar that integrates with sourceforge.
As a workaround, I created a bitbucket-> drone.io proxy project that pulls the repository from sourceforge and builds it ... but that's not quite what I had in mind.
(I don’t actually own the hosted project, so switching to github / bitbucket is not an option now).
source
share