Files
data_science_bd04/.drone.yml
martijn d890d54070
Some checks failed
continuous-integration/drone Build is passing
continuous-integration/drone/push Build is failing
Commandos toegevoegd
2021-11-18 23:15:44 +01:00

14 lines
255 B
YAML

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