added drone test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Solomon Laing 2025-12-29 17:32:07 +10:30
parent e2727b3f63
commit 88af30e892

17
.drone.yml Normal file
View File

@ -0,0 +1,17 @@
---
kind: pipeline
type: docker
name: default
trigger:
branch:
- main
event:
- push
steps:
- name: build
image: alpine
commands:
- echo "building..."
- echo "build complete."