add drone

This commit is contained in:
Nareshkumar Rao 2022-02-03 13:48:53 +01:00
parent 155c2ef126
commit 26228a2bcd

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
---
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