Skip to content

Commit

Permalink
Merge pull request #67 from abesto/circleci2
Browse files Browse the repository at this point in the history
Migraton to CircleCI 2.0
  • Loading branch information
jcchavezs committed Jul 7, 2018
2 parents 049fbe2 + 1477e8b commit 3b2a7d2
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
dependencies:
override:
- sudo rm -rf /home/ubuntu/.go_workspace/src/github.com/openzipkin
- mkdir -p /home/ubuntu/.go_workspace/src/github.com/openzipkin
- mv /home/ubuntu/zipkin-go /home/ubuntu/.go_workspace/src/github.com/openzipkin
- ln -s /home/ubuntu/.go_workspace/src/github.com/openzipkin/zipkin-go /home/ubuntu/zipkin-go
- go get -u -t -v github.com/openzipkin/zipkin-go/...
test:
override:
- make test bench
version: 2
jobs:
build:
working_directory: /go/src/github.com/openzipkin/zipkin-go
parallelism: 1
docker:
- image: circleci/golang
steps:
- checkout
- run: go get -t -v -d ./...
- run: make vet test bench

0 comments on commit 3b2a7d2

Please sign in to comment.