From 7abf12b6bfd007f4de0bc7dbf41c42dcc5ca05b7 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Mon, 9 Jan 2023 20:18:31 +0100 Subject: [PATCH] Added drone build file --- .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..d67c7bf --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +type: docker +name: default + +steps: + - name: build + image: archlinux + commands: + - pacman -Sy --noconfirm lyx