Add circleci file
This commit is contained in:
parent
fccb5c240b
commit
9f7967ee0f
12
.circleci/config.yaml
Normal file
12
.circleci/config.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
version: 2
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
docker:
|
||||||
|
- image: circleci/golang:1.10
|
||||||
|
|
||||||
|
working_directory: /go/src/github.com/cosmos/ethermint
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- run: make tools deps
|
||||||
|
- run: make test-lint test-unit
|
Loading…
Reference in New Issue
Block a user