From d1de6866788658627db7cfea743b6291651e628c Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Tue, 11 Aug 2020 18:08:38 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E8=87=AA=E5=8A=A8=E9=83=A8=E7=BD=B2):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0ci=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..f4ba026 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +type: docker +name: default + +steps: + - name: build + pull: if-not-exists + image: golang:alpine + commands: + - go build -mod=vendor ihash.go \ No newline at end of file