add drone ci/cd config file
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-28 06:42:29 +07:00
parent 2ac0ca323e
commit 93bcfd2616

11
.drone.yml Normal file
View File

@@ -0,0 +1,11 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: gcc
commands:
- make
...