Adding first test pipeline.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Härter 2023-06-14 19:22:54 +02:00
parent 4cca01d8f1
commit e4fa138b25

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
---
kind: pipeline
name: default
steps:
- name: test
image: perl
commands:
- perl -e 'print "Hello World\n"'