Added build cli
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
pipeline:
|
||||
build:
|
||||
image: golang:1.23
|
||||
commands:
|
||||
- make build
|
||||
- mkdir -p dist
|
||||
- mv alox.protogen dist/
|
||||
artifacts:
|
||||
paths:
|
||||
- dist/alox.protogen
|
||||
|
||||
Reference in New Issue
Block a user