diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..d0ab5e1 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,5 @@ +pipeline: + build: + image: aergus/latex + commands: + - pdflatex cookbook.tex \ No newline at end of file