From 1986ef617876fdfff6d1bc49b8804564e710fe5e 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 10:37:56 +0100
Subject: [PATCH] initial CI

---
 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..9297440
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,6 @@
+image: texlive/texlive
+script: 
+    - latexmk -pdflua thesis.tex
+    - latexmk -pdfxe thesis.tex
+    - latexmk -pdf thesis.tex
+    - latexmk -pdfps thesis.tex
\ No newline at end of file
-- 
GitLab