master-thesis/.drone.yml
Nareshkumar Rao 64daa52d0c fix drone
2022-02-03 15:21:54 +01:00

16 lines
258 B
YAML

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