chore(自动部署): 添加ci文件

This commit is contained in:
xiaoqidun 2020-08-11 18:08:38 +08:00
parent 420f41e6e8
commit d1de686678

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
pull: if-not-exists
image: golang:alpine
commands:
- go build -mod=vendor ihash.go