mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-13 21:19:49 +00:00
11 lines
303 B
YAML
11 lines
303 B
YAML
version: 2
|
|
executorType: machine
|
|
jobs:
|
|
build:
|
|
environment:
|
|
GOPATH: /home/circleci/.go_workspace
|
|
working_directory: $GOPATH/src/github.com/moby/tool
|
|
steps:
|
|
- checkout
|
|
- run: go get github.com/golang/lint/golint
|
|
- run: cd $GOPATH/src/github.com/moby/tool && make test |