gtq/.drone.yml
Tessa Nordgren 89ebae6daf
All checks were successful
continuous-integration/drone/push Build is passing
fixed scheduler build error and added drone config
2021-03-12 18:46:17 -08:00

11 lines
116 B
YAML

---
kind: pipeline
name: default
steps:
- name: build library
image: golang
commands:
- go test
- go build