From e5073d28093f9f6eb269d70e80f39587e14cb4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BA=AE=E4=BA=AE?= Date: Tue, 19 Mar 2024 16:55:07 +0800 Subject: [PATCH] drone --- .drone.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..4b8ca7a --- /dev/null +++ b/.drone.yml @@ -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