hotosm / oam-server-api

DEPRECATED: API component for OAM Server
Other
1 stars 1 forks source link

Add base CircleCI configuration #4

Closed hectcastro closed 9 years ago

hectcastro commented 9 years ago

Currently, CircleCI isn't actually running any tests (only /bin/true), but that can easily be updated in circle.yml.

More interesting is that CircleCI is setup to build and publish container images (to Quay) for all merges into master using the first seven characters of the Git commit as the container image's tag. Git tag pushes also produce container images, which are identified by the same version number of the tag.

See also:

Related to https://github.com/hotosm/oam-server/issues/12