OrbitalBeat/.drone.yml
DataHoarder 74f619319e
All checks were successful
continuous-integration/drone/push Build is passing
Use interface-based MakyuuIchaival
2022-06-04 20:02:29 +02:00

13 lines
166 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: backend
image: golang:1.18-bullseye
commands:
- GOAMD64=v2 go build -v -o orbeat .
...