Files
master-thesis/.drone.yml

16 lines
267 B
YAML
Raw Normal View History

2022-02-03 13:48:53 +01:00
---
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