barrett777 / Heroes.ReplayParser

A C# library for parsing Heroes of the Storm replay files (.StormReplay)
MIT License
223 stars 95 forks source link

Publish nightly builds #96

Closed martijnhoekstra closed 4 years ago

martijnhoekstra commented 4 years ago

It would be good to have nightly builds published as pre-releases packages on merge.

barrett777 commented 4 years ago

I agree :) Let me know if anyone has a good free (or almost free) automated solution for this

martijnhoekstra commented 4 years ago

Travis, Circle, Github and AppVeyor have good, free, automated solutions for this.

There are probably others as well.

barrett777 commented 4 years ago

Alright I got this set up on travis ci, thanks for the suggestions :)

At this time I'm not doing prerelease packages, but anything committed to master will get a new version number

https://travis-ci.com/barrett777/Heroes.ReplayParser