Skip to content

Commit

Permalink
Add verify-codegen in travis CI (#1070)
Browse files Browse the repository at this point in the history
* Add verify-codegen in travis CI

* Install openapi-gen in Travis CI
  • Loading branch information
ohmystack authored and k8s-ci-robot committed Aug 19, 2019
1 parent d164c36 commit bcd7e70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ install:
- go get github.com/mattn/goveralls
- go get -u github.com/alecthomas/gometalinter
- gometalinter --install
- go install ./vendor/k8s.io/code-generator/cmd/openapi-gen

script:
- hack/verify-codegen.sh
- go build -o tf-operator.v1beta2 github.com/kubeflow/tf-operator/cmd/tf-operator.v1beta2
- go build -o tf-operator.v1 github.com/kubeflow/tf-operator/cmd/tf-operator.v1
- go build -o backend github.com/kubeflow/tf-operator/dashboard/backend
Expand Down

0 comments on commit bcd7e70

Please sign in to comment.