From 7eb93aaa70f66be286c149c0de41367367ae57f8 Mon Sep 17 00:00:00 2001 From: Jixun Wu Date: Sat, 26 Nov 2022 17:24:44 +0000 Subject: [PATCH] chore: add build ci script --- .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..50c89a5 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +--- +kind: pipeline +type: docker +name: Build + +steps: +- name: Backend Build + image: "busybox:1.34-glibc" + commands: + - ./build.sh