mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
commit
df7f50a755
@ -1,8 +1,11 @@
|
|||||||
version: 2
|
version: 2
|
||||||
|
executorType: machine
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
working_directory: /go/src/github.com/moby/tool
|
environment:
|
||||||
|
GOPATH: /home/circleci/.go_workspace
|
||||||
|
working_directory: $GOPATH/src/github.com/moby/tool
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: go get github.com/golang/lint/golint
|
- run: go get github.com/golang/lint/golint
|
||||||
- run: make test
|
- run: cd $GOPATH/src/github.com/moby/tool && make test
|
Loading…
Reference in New Issue
Block a user