Files
data_science_bd04/.drone.yml
martijn 3fbe675421
Some checks failed
continuous-integration/drone/push Build is failing
Pull never
2021-11-18 23:14:31 +01:00

13 lines
203 B
YAML

kind: pipeline
type: docker
name: Compileer TeX
steps:
- name: Genereer PDF
image: texlive:latest
pull: never
commands:
- biber main
- pdflatex main
when:
event: push