chore: add build ci script
continuous-integration/drone/push Build is pending Details

This commit is contained in:
Jixun Wu 2022-11-26 17:24:44 +00:00
parent 7900a90999
commit 7eb93aaa70
1 changed files with 10 additions and 0 deletions

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