adding ci pipeline

This commit is contained in:
Simon Petit 2024-12-05 12:19:11 +01:00
parent 3b9b221710
commit c3799d87b5

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: default
steps:
- name: Test
image: debian
commands:
- make test