Test met CI/CD
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is passing

This commit is contained in:
2021-11-18 23:06:48 +01:00
parent 8bc4104b5f
commit 3aad2222c5

12
.drone.yml Normal file
View File

@ -0,0 +1,12 @@
kind: pipeline
type: docker
name: Compileer TeX
steps:
- name: Genereer PDF
image: texlive:latest
commands:
- biber main
- pdflatex main
when:
event: push