Skip to content

Commit

Permalink
add circle ci
Browse files Browse the repository at this point in the history
Signed-off-by: bingshen.wbs <[email protected]>
  • Loading branch information
BSWANG committed Mar 14, 2017
1 parent f241116 commit 08bbe43
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
machine:
environment:
GODIST: "go1.7.5.linux-amd64.tar.gz"
services:
- docker

dependencies:
override:
- go get -t -d -v ./...
- chmod +x build.sh
test:
override:
- ./build.sh

0 comments on commit 08bbe43

Please sign in to comment.