gogo / grpc-example

An example of using Go gRPC and tools from the greater gRPC ecosystem together with the GoGo Protobuf Project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create CI test that ensure generated files have not changed

johanbrandhorst opened this issue · comments

It can use the scripts from gogo/googleapis as mentioned in #4 (comment).

This should include splitting the third_party folder generation assets into a separate Makefile job as it is generation-time dependant.

Sounds good.

Are you able to create a travis job, now that you are a member of gogo?

I added Travis to the repo but when I triggered a build it failed. I will look into it later, a bit busy today. Feel free to fix it if you know what's missing. I have no prior experience with Travis.

Take your time.

Is there some other free builder you do have experience with?

I use an advanced CircleCI setup to test the GopherJS gRPC-web bindings, but I want to learn to use Travis too :).