2021-02-12 23:33:54 +01:00
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: Compile LaTeX
|
|
|
|
|
|
|
|
steps:
|
2021-02-13 00:44:14 +01:00
|
|
|
- name: Compile with PdfLaTeX
|
2021-02-12 23:33:54 +01:00
|
|
|
image: aergus/latex
|
2021-02-24 20:13:34 +01:00
|
|
|
commands:
|
2021-02-13 00:44:14 +01:00
|
|
|
- /usr/bin/pdflatex main.tex
|