jonwagner / EventSourceProxy

EventSourceProxy (ESP) is the easiest way to add scalable Event Tracing for Windows (ETW) logging to your .NET program
Other
97 stars 20 forks source link

setup continuous integration build #50

Closed oocx closed 3 years ago

oocx commented 8 years ago

You should add a CI build to automatically build and run tests on checkins and pull requests.

I'm using AppVeyor for my own project. It's free and has a great GitHub integration. I can help you with the configuration if you want.

I have set up an AppVeyor build for my own EventSourceProxy fork. If you want to use that, you only need to configure WebHooks so that GitHub notifies AppVeyor about new checkins. The Webhook URL for that would be: https://ci.appveyor.com/api/github/webhook?id=pq6y4k2qtrb968ca

The AppVeyor project is here: https://ci.appveyor.com/project/oocx/eventsourceproxy

jonwagner commented 3 years ago

Closing for now.