nyx/.drone.yml

10 lines
105 B
YAML

kind: pipeline
name: nyx
steps:
- name: build
image: golang:1.14
commands:
- go test
- go build