TheGeneGenieProject / GeneGenie.Gedcom

A .Net library for loading, saving, working with and analysing family trees stored in the GEDCOM format.
GNU Affero General Public License v3.0
52 stars 22 forks source link

Continuos Integration Tool #58

Closed guilhermeddf closed 5 years ago

guilhermeddf commented 5 years ago

Does this project use any Continuous Integration Tool? If so, is it online? (TravisCI, CircleCI), or offline tool (Jenkins, Hudson).

RyanONeill1970 commented 5 years ago

Hi, yes it does and it is all online. It uses appveyor which you can see at the bottom of https://github.com/TheGeneGenieProject/GeneGenie.Gedcom. Static analysis is also run by SonarCloud and those results are also visible on that page.

guilhermeddf commented 5 years ago

Thank you!