Continuous integration of open source projects on Sourceforge

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).

+4
source share
1 answer

This may be possible from March 11, 2015.

See " How to use web links for Git, Mercurial and SVN repositories : SourceForge has introduced webcams!

It comes with a web window management API .

0
source

Source: https://habr.com/ru/post/1538810/


All Articles