File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,21 @@ See examples/skipfile.yaml.
27272 . Set GOPATH. See https://github.com/golang/go/wiki/SettingGOPATH .
28283 . Install go dependencies. ` go get ./... `
29294 . go build
30- 5 . ./skipgen
30+ 5 . ` ./skipgen `
3131
3232## Development
3333
34+ Print usage:
3435` $ go run skipgen.go `
36+
37+ Get default skiplist:
3538` $ go run skipgen.go -skipfile examples/skipfile.yaml `
39+
40+ Get board and environment-specific skiplist:
3641` $ go run skipgen.go -skipfile examples/skipfile.yaml -board x15 -environment production `
3742
3843## Testing
3944
40- ` make test `
41-
45+ skipgen includes unit tests that can be run using ` go test ` . The ` make test `
46+ target will also run 'go vet' and 'golint'. golint may need to be installed
47+ (` go get -u github.com/golang/lint/golint ` )
You can’t perform that action at this time.
0 commit comments