From a301a6acfb832e0bbe74c77ca36fb2b752967006 Mon Sep 17 00:00:00 2001 From: giaogiao Date: Mon, 11 Sep 2023 11:38:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=B5=8B=E8=AF=95cidi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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..575cd87 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,14 @@ +# .drone.yml +kind: pipeline +name: default + +steps: +- name: test + image: golang + commands: + - go test + +- name: build + image: golang + commands: + - go build