Files
data_science_bd04/.drone.yml
martijn b32306108b
Some checks failed
continuous-integration/drone/push Build is failing
Testing Drone
2021-11-18 23:26:22 +01:00

16 lines
293 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
environment:
USERNAME: root
when:
event: push