drone
continuous-integration/drone Build is passing Details

This commit is contained in:
李亮亮 2024-03-19 16:55:07 +08:00
parent 40fe6d948a
commit e5073d2809
1 changed files with 14 additions and 0 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
# .drone.yml
kind: pipeline
name: default
steps:
- name: install
image: golang
commands:
- go mod tidy
- name: build
image: golang
commands:
- go build