support drone ci
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
LingZhaoHui 2022-05-08 20:24:51 +08:00
parent 7568057b36
commit 69f90373f6

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
type: exec
name: default
steps:
- name: build
commands:
- make
trigger:
branch:
- master
event:
- pull_request
- push