From c3799d87b5829c12da84ad18ca9311daf2fe8716 Mon Sep 17 00:00:00 2001 From: Simon Petit Date: Thu, 5 Dec 2024 12:19:11 +0100 Subject: [PATCH] adding ci pipeline --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..ed51447 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +type: docker +name: default + +steps: +- name: Test + image: debian + commands: + - make test