go-tooling-workshop icon indicating copy to clipboard operation
go-tooling-workshop copied to clipboard

Add section on continuous integration

Open campoy opened this issue 8 years ago • 2 comments

Currently this is pretty sad.

campoy avatar Jun 30 '17 04:06 campoy

I'm working on a tool for "local" CI stuff right now, so have been thinking about this. Are you interested in what happens on the dev desktop (some process watches for code changes, and automatically runs some process when changes are made), or strictly on 3rd party tools like Travis?

object88 avatar Jul 02 '17 18:07 object88

I'm thinking about continuous integration as a process run on pull requests before they get merged. Travis is a good example but there's many others.

For now I'd like to keep it as simple as possible, explaining why this is important, and giving example of the most common tools.

campoy avatar Jul 05 '17 19:07 campoy