Autogenerate markdown docs for kubectl

Add test to verify generated docs are up to date.
This commit is contained in:
Jeff Lowdermlk
2015-01-13 21:02:22 -08:00
parent 6459b1a1f3
commit 250c948ae7
7 changed files with 1030 additions and 406 deletions

View File

@@ -16,6 +16,7 @@ install:
script:
- KUBE_RACE="-race" KUBE_COVER="-cover -covermode=atomic" KUBE_TIMEOUT='-timeout 60s' ./hack/test-go.sh
- PATH=$HOME/gopath/bin:./third_party/etcd:$PATH ./hack/test-cmd.sh
- PATH=$HOME/gopath/bin:./third_party/etcd:$PATH ./hack/verify-gendocs.sh
- PATH=$HOME/gopath/bin:./third_party/etcd:$PATH ./hack/test-integration.sh
notifications: