Note that there are some explanatory texts on larger screens.

plurals
  1. POContinuous Integration for a small .NET open source project
    primarykey
    data
    text
    <p>I'm starting a small open source project, myself being the sole contributor for the time. Still, I think a <a href="http://en.wikipedia.org/wiki/Continuous_integration" rel="noreferrer">continuous integration</a> setup would be useful to detect whether I broke the build.</p> <p>Is there a free, hosted continuous integration server that is suitable for <strong>very small projects</strong>? Googling turned up <a href="http://www.jameskovacs.com/blog/AnnouncingTeamCityCodeBettercom.aspx" rel="noreferrer">CodeBetter</a>, but I'm not sure they'll accept a one-man project that is just starting up.</p> <p>I prefer <a href="http://en.wikipedia.org/wiki/TeamCity" rel="noreferrer">TeamCity</a>, but I'm open to suggestions.</p> <p>Note - a <strong>hosted</strong> solution is a must for me. I don't want to setup and maintain a continuous integration server, so answers like "TeamCity" or "CruiseControl" are simply irrelevant.</p> <p>Specific requirements:</p> <ul> <li>I am hosting my project at <a href="http://en.wikipedia.org/wiki/GitHub" rel="noreferrer">GitHub</a>, so the continuous integration server needs <a href="http://en.wikipedia.org/wiki/Git_%28software%29" rel="noreferrer">Git</a> integration</li> <li>I would like the continuous integration server to run .NET integration (unit) tests</li> <li>Nice to have - I also need access to a <a href="http://en.wikipedia.org/wiki/MySQL" rel="noreferrer">MySQL</a> server (although I could modify the tests to use embedded <a href="http://en.wikipedia.org/wiki/SQLite" rel="noreferrer">SQLite</a>, they currently run against an external MySQL server).</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

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