From 1c632aa0891184ba3ca90e700b84c446605bd74b Mon Sep 17 00:00:00 2001 From: "dedal.qq" Date: Fri, 11 Jun 2021 14:01:46 +0300 Subject: [PATCH] Add '.drone.yml' --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..bfdb828 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +--- +kind: pipeline +type: exec +name: default + +platform: + os: linux + arch: amd64 + +steps: + - name: build + commands: + - make \ No newline at end of file