Skip to content

Commit

Permalink
Tmp - circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
aliok committed May 31, 2018
1 parent ab8336a commit 074161b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ jobs:
- run:
name: Install Glide
command: curl https://glide.sh/get | sh
- run:
name: Get Mockery
command: go get github.com/vektra/mockery/
- run:
name: Install Mockery
command: go build github.com/vektra/mockery/ && go install github.com/vektra/mockery/
- run: export
- run: echo $GOPATH
- run: echo $GOBIN
- run: ls -lah $GOPATH
- run: ls -lah $GOBIN
- run: mockery
- run: make setup
- run: make build_linux

Expand Down

0 comments on commit 074161b

Please sign in to comment.