FinalCommander/.drone.yml
DataHoarder 569d295120
All checks were successful
continuous-integration/drone/push Build is passing
Update build commands
2022-01-18 19:56:05 +01:00

13 lines
167 B
YAML

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