Add .drone.yml
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2026-08-06 13:25:47 +00:00
commit 58b83af538
+10
View File
@@ -0,0 +1,10 @@
kind: pipeline
type: docker
name default
steps:
- name: test
image: alpine
commands:
- echo "Drone CI is working"
- uname -a