Closed jstrachan closed 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.
Makefile
How about we add a default build goal which does this?
build
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?