SynchRoGazer/.drone.yml

13 lines
161 B
YAML
Raw Normal View History

---
kind: pipeline
type: docker
name: default
steps:
- name: backend
2022-08-04 13:41:47 +00:00
image: golang:1.19-alpine
commands:
- GOAMD64=v2 go build -v -o srg .
...