valdasraps / esj

Java client for EventStore (http://geteventstore.com)
GNU Lesser General Public License v3.0
20 stars 5 forks source link

Continuous build #13

Open michael-schnell opened 9 years ago

michael-schnell commented 9 years ago

Create a continous build with Travis CI or Cloudbees.

valdasraps commented 9 years ago

Requires to close #12

michael-schnell commented 9 years ago

12 is closed now.

michael-schnell commented 9 years ago

For the time being, I added a job on my Jenkins instance: https://fuin-org.ci.cloudbees.com/job/esj/ If you want to trigger it when there is a commit, you need to add a hook in the github settings: 1) Webhooks & Service / Service / Jenkins (GitHub plugin) 2) Jenkins hook url => https://fuin-org.ci.cloudbees.com/github-webhook/ 3) Set it to "Active" I also added a badge on the front page that displays the build status.