chore: add build ci script
Some checks are pending
continuous-integration/drone/push Build is pending

This commit is contained in:
鲁树人 2022-11-26 17:24:44 +00:00
parent 7900a90999
commit 7eb93aaa70

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
---
kind: pipeline
type: docker
name: Build
steps:
- name: Backend Build
image: "busybox:1.34-glibc"
commands:
- ./build.sh