add drone.io

pull/1/head
Andrew Wang 1 year ago
parent 69fbcfb13d
commit 3f541ec31f
  1. 17
      .drone.yml
  2. 1
      .gitignore

@ -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

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

Loading…
Cancel
Save