master-thesis/.drone.yml

16 lines
258 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:
2022-02-03 15:21:54 +01:00
- texliveonfly Main.tex
2022-02-03 13:48:53 +01:00
- biber main
2022-02-03 15:21:54 +01:00
- texliveonfly Main.tex
2022-02-03 13:48:53 +01:00
- biber main
2022-02-03 15:21:54 +01:00
- texliveonfly Main.tex
2022-02-03 13:48:53 +01:00