From fbd2ba62d73fcacad1e8fd4f0acdf466cb900129 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Tue, 10 Jan 2023 16:29:08 +0100 Subject: [PATCH] Added drone build file. First tests --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d67c7bf..a6d2c10 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,7 @@ name: default steps: - name: build - image: archlinux + image: archlinux_with_lyx commands: - - pacman -Sy --noconfirm lyx + - lyx --export pdf4 lrftubes.lyx +