add circleci config

This commit is contained in:
Victor Vrantchan
2017-03-19 17:24:09 -04:00
parent 91983bf1f0
commit 46bfa29790

11
.circleci/config.yml Normal file
View File

@@ -0,0 +1,11 @@
version: 2
jobs:
build:
docker:
- image: golang:1.8
working_directory: /go/src/github.com/micromdm/micromdm
steps:
- checkout
- run: go get -u github.com/golang/dep/...
- run: dep ensure
- run: go install