fsprojects / ProjectScaffold

A prototypical .NET solution (file system layout and tooling), recommended for F# projects
http://fsprojects.github.io/ProjectScaffold
The Unlicense
516 stars 153 forks source link

Always build docs to test the documentation generation on the CI #162

Closed matthid closed 9 years ago

matthid commented 9 years ago

This basically ensures we don't get caught by surprise when the documentation generation starts failing (#156, #159 ,... )

forki commented 9 years ago

mhm. we added this since not all CI servers worked with this. Maybe this is fixed now!?

matthid commented 9 years ago

I guess since we completely support mono now it should work everywhere...

forki commented 9 years ago

Ok this would be awesome. I will try it in downstream projects

matthid commented 9 years ago

Nice, please report back if there are problems. I use documentation generation quite some time now on travis, jenkins and appveyor. We can now even automatically push the docs from any CI if we want to.

forki commented 9 years ago

very cool. Seems to work.