nyx/.drone.yml

10 lines
105 B
YAML
Raw Permalink Normal View History

2020-04-19 10:43:32 +02:00
kind: pipeline
name: nyx
steps:
- name: build
image: golang:1.14
commands:
- go test
- go build