Skip to content

Commit

Permalink
Add circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Stehle committed Jan 15, 2016
1 parent aa58846 commit cfb1434
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
machine:
services:
- docker

dependencies:
override:
- docker info
- docker pull centurylink/golang-builder

test:
override:
- make build

deployment:
release:
branch: master
commands:
- make release

0 comments on commit cfb1434

Please sign in to comment.