lileio / lile

Easily generate gRPC services in Go ⚡️
MIT License
1.51k stars 88 forks source link

add a `build` target in the `Makefile` that runs the tests and builds the binary #41

Closed jstrachan closed 6 years ago

jstrachan commented 6 years ago

we've Jenkins X integration with lile now so folks can easily create lile microservices and have automated CI//CD pipelines with promotion to environments via GitOps etc.

However there's no Makefile target to compile the code to a binary we can use.

How about we add a default build goal which does this?