protgen/.gitea-ci.yml
2025-05-19 21:13:11 +02:00

12 lines
186 B
YAML

pipeline:
build:
image: golang:1.23
commands:
- make build
- mkdir -p dist
- mv alox.protogen dist/
artifacts:
paths:
- dist/alox.protogen