add drone
This commit is contained in:
parent
155c2ef126
commit
26228a2bcd
15
.drone.yml
Normal file
15
.drone.yml
Normal 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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user