mirror of
https://github.com/xiaoqidun/ihash.git
synced 2024-11-21 17:50:08 +08:00
chore(自动部署): 添加ci文件
This commit is contained in:
parent
420f41e6e8
commit
d1de686678
10
.drone.yml
Normal file
10
.drone.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user