Import thesis template

This commit is contained in:
2024-04-12 18:46:56 +02:00
parent ea9e6dc1ed
commit 37ddaa2e0c
24 changed files with 2307 additions and 0 deletions

15
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,15 @@
image: leplusorg/latex
building-latex-master:
stage: build
variables:
COMPILE_ALL: "True"
script:
- latexmk -pdf main.tex -shell-escape
artifacts:
paths:
- "main.pdf"
only:
- master
tags:
- saas-linux-small-amd64