up vote 2 down vote favorite
share [g+] share [fb]

Here's the idea: you commit your code to a repository and call a web service (or enter the request through a web app) to have it compiled. The results are then pushed up to a FTP server, S3 bucket, etc. Is there anything like this out there on the public internet?

TFS has a build queuing feature, but I'm thinking more along the lines of a internet (not intranet) web service. And if it can pull from known source control interfaces (Subversion, CVS, etc.) then the caller needs to pass very little besides selecting a compiler and specific compilation options.

My reasoning is more along the lines of removing a lot of software installation and configuration hassles, especially when working between different languages/platforms/frameworks/projects

link|improve this question

that's a great idea, because compiling a code base is way too fast these days - more time for coffee! – Steven A. Lowe Nov 12 '08 at 18:54
My reasoning is more along the lines of removing a lot of software installation and configuration hassles, especially when working between different languages/platforms/frameworks/projects. – Neil C. Obremski Nov 12 '08 at 18:57
you might want to add that to your question – Steven A. Lowe Nov 12 '08 at 18:58
Aye, good point. :) – Neil C. Obremski Nov 12 '08 at 19:10
feedback

1 Answer

up vote 1 down vote accepted

See http://stackoverflow.com/questions/160793/is-there-build-farm-for-checking-open-source-apps-against-different-oses for related information.

link|improve this answer
Excellent ... looks like I'm not the only one asking, just asking in a different way. – Neil C. Obremski Nov 13 '08 at 18:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.