master-thesis/.drone.yml
Nareshkumar Rao 26228a2bcd add drone
2022-02-03 13:48:53 +01:00

16 lines
267 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: buildlatex
image: nareshkumarrao/texliveonfly
commands:
- texliveonfly.py Main.tex
- biber main
- texliveonfly.py Main.tex
- biber main
- texliveonfly.py Main.tex