McNultyyy / SkeletonMvc

A skeleton project for general MVC projects.
1 stars 0 forks source link

Continuous Integration #4

Closed McNultyyy closed 8 years ago

McNultyyy commented 8 years ago

Implement CI and a test runner.

Possible Windows CI servers:

Possible Linux CI servers:

Consider dropping framework to 4.5 for Mono support for use, as well as a build matrix for different .NET versions. Mono 4.0 has C# 6 support.

McNultyyy commented 8 years ago

Currently using AppVeyor for CI. Using Linux based CI's is not possible due to #5 MSBuild not being present in Mono.