From dfc5b133659ddc506e567cdf5787e0a5d8b1691f Mon Sep 17 00:00:00 2001 From: Abel Hoogeveen Date: Wed, 30 Mar 2022 16:24:02 +0000 Subject: [PATCH] Initial build See if this works. --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..fef3a8c --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +type: docker +name: test + +steps: + - name: compiletest + image: ubuntu + commands: + - sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends texlive-full + - pdflatex -interaction=nonstopmode -halt-on-error *.tex \ No newline at end of file