From 498270a3670b014662881450c41ac07138733b68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Guth?= <ondrej.guth@fit.cvut.cz> Date: Fri, 26 Mar 2021 11:00:26 +0100 Subject: [PATCH] latex & dvips support --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bbb6fab..77ce762 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,14 @@ XeLaTeX: pdfLaTeX: script: - latexmk -pdf thesis.tex + artifacts: + paths: + - thesis.pdf + +LaTeX: + script: + - apt-get update && apt-get install ghostscript + - latexmk -pdfps thesis.tex artifacts: paths: - thesis.pdf \ No newline at end of file -- GitLab