minitor-go/.drone.yml

14 lines
177 B
YAML
Raw Normal View History

2019-10-07 21:59:39 +00:00
kind: pipeline
name: test
steps:
2019-10-07 22:02:13 +00:00
- name: build
image: golang:1.12
commands:
- make build
2019-10-07 21:59:39 +00:00
- name: test
image: golang:1.12
commands:
- make test