FinalCommander/.drone.yml
DataHoarder 08d4c6a35b
All checks were successful
continuous-integration/drone/push Build is passing
Added Version 1 signature, Drone CI, bumped to 1.18-rc
2022-01-17 10:19:28 +01:00

13 lines
153 B
YAML

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