From 090005efff44e7a46f1b975c6b2269908613fc0b Mon Sep 17 00:00:00 2001 From: "thorsten.spille" Date: Sat, 11 Jun 2022 17:24:48 +0200 Subject: [PATCH] Add drone ci script --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..33fd762 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +--- +kind: pipeline +type: exec +name: build python3 + +platform: + os: debian + arch: amd64 + +steps: +- name: build + commands: + - ./run \ No newline at end of file