master-thesis/.drone.yml
Nareshkumar Rao 89f817742f test trigger
2022-02-03 16:55:15 +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