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
|
|
|
|
2022-02-03 16:58:08 +01:00
|
|
|
|