TheThingsArchive / api

Generated code for accessing The Things Network v2 API
MIT License
12 stars 8 forks source link

Compile protos on CI server #1

Closed htdvisser closed 7 years ago

rvolosatovs commented 7 years ago

I had set up the protoc and all the protobuf stuff in a Dockerfile in the early days of the NOC, if you want I can look it up and maybe implement

htdvisser commented 7 years ago

Was that just for Go or also for the other languages?

rvolosatovs commented 7 years ago

that was only go, but it wouldn't be hard to compile for other languages as full latest-version protoc is there

htdvisser commented 7 years ago

Maybe you should take a look at the README, because there's quite some other stuff that needs to be installed besides protoc.