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

add drone.yml

This commit is contained in:
Tim Schuster 2020-04-19 10:43:32 +02:00
parent 371216e338
commit b92d8b2b0e

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
name: nyx
steps:
- name: build
image: golang:1.14
commands:
- go test
- go build