Skip to content

Commit

Permalink
circleci WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
paulombcosta committed Sep 17, 2016
1 parent 4e3141f commit bef5140
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
machine:
environment:
GODIST: "go1.7.linux-amd64.tar.gz"
IMPORT_PATH: "github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME"
GOPATH: "/home/ubuntu/golly/go"
post:
- mkdir -p download
- test -e download/$GODIST || curl -o download/$GODIST https://storage.googleapis.com/golang/$GODIST
Expand All @@ -16,14 +14,5 @@ dependencies:
- go get github.com/tools/godep

override:
- mkdir -p "$GOPATH/src/$IMPORT_PATH"
test:
pre:
- go vet

override:
- godep get:
pwd: "go/src/$IMPORT_PATH"
- godep go test:
pwd: "go/src/$IMPORT_PATH"

- go get -t -d -v ./...
- go build -v

0 comments on commit bef5140

Please sign in to comment.