master-thesis/.drone.yml
Nareshkumar Rao 4448dd5ae5 test trigger
2022-02-03 16:58:08 +01:00

17 lines
259 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