0
0
mirror of https://github.com/rls-moe/nyx synced 2024-11-13 22:12:24 +00:00
nyx/.drone.yml

10 lines
105 B
YAML
Raw Normal View History

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