From 9a4117a455929872b7a10dcd0a97a390a4d05e4d Mon Sep 17 00:00:00 2001 From: root Date: Wed, 15 Aug 2018 16:32:27 +0000 Subject: [PATCH] first start on draft of drone yaml file --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..73c2000 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,6 @@ +pipeline: + build: + commands: + - apt-get install devscripts + - mk-build-deps --install debian/control + - dpkg-buildpackage --no-sign