evendotnet / Even

An event sourcing framework on top of Akka.NET
134 stars 29 forks source link

Create an automated build script. #5

Closed DamianReeves closed 8 years ago

DamianReeves commented 8 years ago

This project is in need of a build script to be used in build automation. Should this script use FAKE, Cake, or some other toolset?

rodrigovidal commented 8 years ago

I could help setting up a fake script, what do you think @nvivo ?

nvivo commented 8 years ago

I think this is a good idea @DamianReeves.

@rodrigovidal, if you can help us with this it would be great!

DamianReeves commented 8 years ago

I've started working on this.

promontis commented 8 years ago

We also need a good nuget package. The current one doesn't seem to work with DNX 4.5.1. Akka does work with it, so perhaps we should use the Akka nuspec file as a base file?

promontis commented 8 years ago

@nvivo What about using myget as a CI for this project? Tried it myself, and all works if I disable the test project. Don't need to specify any nuspec and such. It does this all for you it seems. We should fix the tests though

nvivo commented 8 years ago

@promontis I think it's a good idea to have some form of CI, but I never setup myget. Are you familiar with this? What would it take?

DamianReeves commented 8 years ago

I was thinking AppVeyor would be a good build platform, but if we want a nuget feed for nightly builds or CI builds then myget makes sense as the feed host, I'm not sure about it being the build platform though. I'm going to get back to this, I'm just shaking the dust off following my holiday break.

nvivo commented 8 years ago

I need to check the options too. I just created issue #17 to discuss this.

DamianReeves commented 8 years ago

This has been created. So closing.