Switch to circleci.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/golang:1.10
|
||||
|
||||
working_directory: /go/src/github.com/alecthomas/kong
|
||||
steps:
|
||||
- checkout
|
||||
- run: go get -v -t -d ./...
|
||||
- run: go test -v ./...
|
||||
@@ -1,4 +1,4 @@
|
||||
# Kong is a command-line parser for Go
|
||||
# Kong is a command-line parser for Go [](https://circleci.com/gh/alecthomas/kong)
|
||||
|
||||
It parses a command-line into a struct. eg.
|
||||
|
||||
|
||||
@@ -8,6 +8,8 @@ import (
|
||||
const defaultHelp = `{{- with .Application -}}
|
||||
usage: {{.Name}}
|
||||
|
||||
{{.Help}}
|
||||
|
||||
{{- end -}}
|
||||
`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user