17 lines
259 B
YAML
17 lines
259 B
YAML
---
|
|
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: buildlatex
|
|
image: nareshkumarrao/texliveonfly
|
|
commands:
|
|
- texliveonfly Main.tex
|
|
- biber main
|
|
- texliveonfly Main.tex
|
|
- biber main
|
|
- texliveonfly Main.tex
|
|
|
|
|