add .drone.yml

This commit is contained in:
Andrew Wang 2021-12-15 01:32:48 -05:00
parent 38964d353f
commit 0d92405272
2 changed files with 17 additions and 1 deletions

17
.drone.yml Normal file
View File

@ -0,0 +1,17 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: merlin
image: golang:1.17
commands:
# add linter
- cd merlin
- go build
- go test
trigger:
event:
- push

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
/.*
!.gitignore
.git_old/
/dead.letter