0
0
mirror of https://github.com/rls-moe/nyx synced 2024-09-28 16:03:47 +02:00
nyx/.drone.yml
2020-04-19 10:43:32 +02:00

10 lines
105 B
YAML

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