Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For this tutorial we are going to use the opensource Fluent Nhiberate GitHub project as our source repository. Fluent NHibernate allows you to write database to object mappings in strongly typed C#, however for this exercise we don't need to worry about what the project actually does. Any project can be used to test out Continua as long as the project can build successfully. We are using Fluent NHibernate for this exercise as it is relatively small and will allow us to get a simple build process up and running.

As Fluent NHibernate uses Git as its Versioning Control Software, you will need to have Git installed on your Continua Server. You can get the latest copy of Git from http://git-scm.com/

Adding a Repository to Continua CI

...