From 3dca945c7513acaaf552dd1e29174a32693cb5ff Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 Sep 2021 01:26:38 +0200 Subject: [PATCH] add the ci stuff again --- .drone.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..d58c513 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,19 @@ +pipeline: + build: + image: debian + pull: true + commands: + - make + - make install + when: + event: [push, tag] + + package: + image: debian + pull: true + commands: + - apt install build-essential + - debuild -us -uc + - ls -la + when: + event: tag/.vagrant