Added Drone config

pull/20/head
pocketjawa 2019-08-06 21:47:57 -04:00
parent 636b5d4bb6
commit 9155051b83
1 changed files with 11 additions and 0 deletions

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
kind: pipeline
name: default
workspace:
base: /go
path: src/discord-pocketbot-go
steps:
- name: test
image: golang
commands:
- go get
- go build