16 lines
267 B
YAML
16 lines
267 B
YAML
---
|
|
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
|
|
|