Skip to content
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.

Continuous Integration #18

Open
twistedstream opened this issue Apr 13, 2015 · 0 comments
Open

Continuous Integration #18

twistedstream opened this issue Apr 13, 2015 · 0 comments

Comments

@twistedstream
Copy link
Contributor

Set up a CI service that executes the project tests (which are just integration tests now) when a commit is made to master. The trick is we'd need to find a CI provider that supports creating Docker images and running containers within the build. CodeShip and TravisCI currently do not.

The most promising one so far appears to be CircleCI. Here's a link that talks about how:

https://circleci.com/docs/docker

They also have a free account that seems to allow you to do this (even running multiple containers) as long as you're only performing one build at a time (multiple requires $).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant