From 628373ce588ce2d310fd158f4c137e6f2d26d0aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=E8=90=BD=E5=87=8B=E6=AE=87?= <1782832653@qq.com> Date: Wed, 24 Mar 2021 17:39:18 +0800 Subject: [PATCH] Create .drone.yml --- .drone.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..1168dcd --- /dev/null +++ b/.drone.yml @@ -0,0 +1,11 @@ +--- +kind: pipeline +type: docker +name: E5SubBotForSQLite + +steps: + - name: gobuild + pull: if-not-exists + image: golang:alpine + commands: + - CGO_ENABLED=1 go build