AkkaNetContrib / Akka.DI.SimpleInjector

Akka.NET integration plugin for SimpleInjector dependency injection library
Apache License 2.0
10 stars 5 forks source link

Build script and CI integration #4

Closed Danthar closed 8 years ago

Danthar commented 8 years ago

The proper build infrastructure needs to be added to be able to integrate with our CI environment. As a basis the build infrastructure from the logging repos can be used.

Only difference is that in this repo tests also needs to be included and run.

Danthar commented 8 years ago

For the build scripts. The logging repos can be used as an example. Although it doesn't has the tests. On how to integrate the tests in your build script, take a look at the sql persistence build script.

Also in order to setup our CI properly, you need to change your branching structure. Use a dev branch for ongoing development. And use the master branch for releases.

/cc @CarlosTorrecillas