5 ms·
I haven't used it myself, but Buildbot sounds like what you're looking for: http://trac.buildbot.net http://trac.buildbot.net Alternatives include Mozilla Tin
by peripetylabs 13y ago
I haven't used it myself, but Buildbot sounds like what you're looking for:
http://trac.buildbot.net http://trac.buildbot.net
Alternatives include Mozilla Tinderbox and Atlassian Bamboo. If you have success with any of these, I'd love to read about it (I follow your blog) as I've been thinking about the same problem lately.
- cperciva 13y agoIt sounds like those are tools I could use to set up continuous builds on my own boxes -- I'm looking for a service I can just throw some code at, not instructions for setting up my own system.
- peripetylabs 13y agoOh, I see now. The only service I know that comes close is the openSUSE Build Service: https://build.opensuse.org/ https://build.opensuse.org/ But it is primarily used for packaging, not testing.