Added build cli
This commit is contained in:
parent
014186b65a
commit
a887d76dd9
11
.gitea-ci.yml
Normal file
11
.gitea-ci.yml
Normal file
@ -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
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user