Nikey646 / VndbSharp

A C# Vndb API Library. #OriginalNamingScheme
MIT License
18 stars 4 forks source link

Add Continous Integration #30

Closed Nikey646 closed 4 years ago

Nikey646 commented 7 years ago

Would be nice to have builds automated :>

https://github.com/marketplace/category/continuous-integration

Nikey646 commented 7 years ago

Leaning towards AppVeyor, due to being a Windows Build focus which is what i test on locally.

micah686 commented 4 years ago

Could you add this and nuget packages, so you can get the library from nuget?

JFronny commented 4 years ago

I wrote a github-actions script to do somethling like this https://github.com/JFronny/CC-Functions/blob/master/.github/workflows/main.yml GitHub Actions seems to work quite well for this and doesn't require an external service

Nikey646 commented 4 years ago

Building of VndbSharp is now done via Github Actions, added in #64 by @micah686. Huge thanks to him for doing all the work on that!