add drone.yml

This commit is contained in:
Tim Schuster 2020-04-19 10:43:32 +02:00
parent 371216e338
commit b92d8b2b0e
1 changed files with 9 additions and 0 deletions

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