I want to know if there is a tool that can run CI's across multiple source code repository systems i.e. Git , Mercurial, TFS, SVN.
The idea being that this tool pulls from remote source code repositories and runs CI's across the code (compile code and run tests).
I have multiple code base repositories across mulitple domains (GitHub.com, BitBucket.org, tfspreview.com and codeplex.com) both personal projects and commercial client projects.
And i was thinking of building this platform for myself, but does it already exist as a single app (SaaS or otherwise). I know i can mash together batch and msbuild and cruisecontrol configs files but this is time consuming and very unmanageable.