mirror of
https://git8.cs.fau.de/theses/bsc-leon-vatthauer.git
synced 2024-05-31 07:28:34 +02:00
add CI for tex
This commit is contained in:
parent
8c5bb0d77e
commit
b8fc65491c
5 changed files with 1192 additions and 5 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,6 +1,5 @@
|
||||||
# agda
|
# agda
|
||||||
*.agdai
|
*.agdai
|
||||||
*.pdf
|
|
||||||
*.log
|
*.log
|
||||||
Everything.agda
|
Everything.agda
|
||||||
public/
|
public/
|
||||||
|
@ -18,7 +17,6 @@ public/
|
||||||
.*.swp
|
.*.swp
|
||||||
.#*
|
.#*
|
||||||
*~
|
*~
|
||||||
*.pdf
|
|
||||||
# AUTOGENERATED
|
# AUTOGENERATED
|
||||||
# All wildcards below this marker are used to remove generated files in
|
# All wildcards below this marker are used to remove generated files in
|
||||||
# 'make clean'
|
# 'make clean'
|
||||||
|
@ -26,7 +24,7 @@ public/
|
||||||
*.fdb_latexmk
|
*.fdb_latexmk
|
||||||
*.log
|
*.log
|
||||||
*.out
|
*.out
|
||||||
*.pdf
|
thesis/*.pdf
|
||||||
*.synctex.gz
|
*.synctex.gz
|
||||||
*.toc
|
*.toc
|
||||||
*.bbl
|
*.bbl
|
||||||
|
|
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
variables:
|
||||||
|
LATEX_IMAGE: listx/texlive:2020
|
||||||
|
|
||||||
|
build:
|
||||||
|
image: $LATEX_IMAGE
|
||||||
|
script:
|
||||||
|
- cd thesis
|
||||||
|
- latexmk -pdf main.tex
|
||||||
|
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- "thesis/*.pdf"
|
||||||
|
|
4
thesis/.vscode/settings.json
vendored
4
thesis/.vscode/settings.json
vendored
|
@ -20,6 +20,6 @@
|
||||||
"tools": [
|
"tools": [
|
||||||
"latexmk-main"
|
"latexmk-main"
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
1176
thesis/img/fau.pdf
Normal file
1176
thesis/img/fau.pdf
Normal file
File diff suppressed because one or more lines are too long
BIN
thesis/img/tcs.pdf
Normal file
BIN
thesis/img/tcs.pdf
Normal file
Binary file not shown.
Loading…
Reference in a new issue