added ci configuration file

This commit is contained in:
JesseQu 2024-12-13 10:16:44 +08:00
parent 9dcae186cd
commit f496b1f297
1 changed files with 8 additions and 0 deletions

8
.drone.yml Normal file
View File

@ -0,0 +1,8 @@
kind: pipeline
name: default
steps:
- name: test
image: golang
commands:
- go build