Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>There are a few options but there don't appear to be many (any?) free services like this, which isn't surprising considering the amount of effort and resources it requires. Sourceforge used to operate a compile farm like what you describe but it shut down a year or so ago. You might look into some of the following. If you're inclined to pay for a service or roll your own, then some of these links may be useful. If you're just looking for a free open source compile/build farm that covers multiple platforms it looks like you're pretty much out of luck.</p> <h3><a href="http://en.opensuse.org/Build_Service" rel="nofollow noreferrer">OpenSuse Build Service</a></h3> <p>Mentioned by <a href="https://stackoverflow.com/users/954/ted-percival">Ted</a> first, worth repeating - only for Linux currently but does support a number of distros.</p> <h3><a href="http://gcc.gnu.org/wiki/CompileFarm" rel="nofollow noreferrer">GCC Compile Farm</a></h3> <p>Mainly focused on testing builds for GCC but does also host a few other projects such as coLinux, BTG BitTorrent client, ClamAV, and others. May be something you can take advantage of, though I don't see what OSes are in the compile farm (contains at least Linux and Solaris based on the page notes).</p> <h3><a href="http://www.projectlocker.com/site/build_locker" rel="nofollow noreferrer">BuildLocker</a></h3> <p><em>BuildLocker is a Web-based continuous integration solution for Java and .NET projects. BuildLocker is a virtual dedicated build machine that helps teams find bugs earlier in the development cycle, saving time and money. BuildLocker manages scheduled automated builds of source code in your ProjectLocker Source Control repository. Just check in the source code, and scheduled builds validate the integrity of the code. BuildLocker can even run automated tests, and can alert you anytime a test fails.</em></p> <h3><a href="http://cruisecontrol.sourceforge.net/" rel="nofollow noreferrer">CruiseControl</a></h3> <p><em>CruiseControl is a framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. A web interface is provided to view the details of the current and previous builds.</em></p> <p>Interesting side note, CruiseControl is actually used by StackOverflow's dev team for automated build testing as well, according to the podcast.</p> <h3><a href="http://hudson.gotdns.com/wiki/display/HUDSON/Meet+Hudson" rel="nofollow noreferrer">Hudson</a></h3> <p><em>Hudson monitors executions of repeated jobs, such as building a software project or jobs run by cron.</em></p> <h3><a href="http://runcoderun.com/" rel="nofollow noreferrer">RunCodeRun</a></h3> <p>Mentioned in the other linked question, only supports Ruby projects and is in private beta currently. However, if your project is in Ruby, it might be worth keeping an eye on RunCodeRun.</p> <h3><a href="http://confluence.public.thoughtworks.org/display/CC/CI+Feature+Matrix" rel="nofollow noreferrer">CI Feature Matrix</a></h3> <p><em>There are many Continuous Integration systems available. This page is an attempt to keep an unbiased comparison of as many as possible of them.</em></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload