mtest/.drone.yml
Vincent Batts c9f1451fd2
All checks were successful
continuous-integration/drone/push Build is passing
drone: show the sizes
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2020-12-03 13:42:57 -05:00

11 lines
154 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: backend
image: golang
commands:
- go build
- go test; ls -l output.* serving-crds.*