SynchRoGazer/.drone.yml

13 lines
163 B
YAML
Raw Normal View History

---
kind: pipeline
type: docker
name: default
steps:
- name: backend
2022-05-31 07:31:17 +00:00
image: golang:1.18-bullseye
commands:
- GOAMD64=v2 go build -v -o srg .
...