mirror of
https://github.com/xiaoqidun/goini.git
synced 2025-01-22 16:49:33 +08:00
chore(自动测试): 自动测试代码
This commit is contained in:
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
|
||||
commands:
|
||||
- go build goini.go
|
Reference in New Issue
Block a user