projectriff-archive / ci

Concourse & Co.
https://ci.projectriff.io/
0 stars 1 forks source link

Add build of kubernetes-crds and message-transport #47

Closed ericbottard closed 6 years ago

ericbottard commented 6 years ago

Although they don't produce deliverables per se, those two projects should be built, to make sure they compile correctly and are up to date.

jldec commented 6 years ago

We had a similar problem with the function-proto repo - the java-function-invoker currently depends on a jar built from function-proto.

ericbottard commented 6 years ago

The situation with these two projects is not as problematic, as they are vendored into dependents anyway. It's more of a way to make sure that they compile upfront

ericbottard commented 6 years ago

Closing, as with monorepo these two libs are now directly built (they're in GOPATH) so there are less chances of breaking them and discovering damage later