master-thesis/.drone.yml
Nareshkumar Rao fb4171b864 test trigger
2022-02-03 17:03:05 +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