SamSaffron / MiniProfiler

A simple but effective mini-profiler for ASP.NET MVC, ASP.NET and Ruby.
http://miniprofiler.com
1.05k stars 221 forks source link

Setup Continuous Integration #192

Open nathany opened 11 years ago

nathany commented 11 years ago

We should get CI setup, specifically I wanted to test the Ruby Edition against multiple versions of Ruby as some functionality may only be supported in Ruby 2.0.

Unfortunately Travis CI requires a a YML file at the root of the repository. I'm not sure if it will work with the multi-language structure of this repo: http://about.travis-ci.org/docs/user/getting-started/

For the .NET, I stumbled on: http://www.appveyor.com/

I'm also planning to evaluate wercker, as they claim to be adding Windows support in addition to Linux. http://wercker.com/ https://plus.google.com/104313268939103200754/posts/bZh6NLwrWLV

SamSaffron commented 11 years ago

Would love to get travis going, do you feel like picking up anything from this list ?

https://github.com/MiniProfiler/rack-mini-profiler

nathany commented 11 years ago

If you want to maintain history, it would be worth trying to do a subtree split.

I can certainly help with Travis and Code Climate. If you activate the GitHub Service Hook (requires admin access to the repo) I'll do a pull request for the yaml file.