forked from lukas/Seminar_in_AI
move to subdir
add ci
This commit is contained in:
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
image: luki42/latex-full:latest
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- cd presentation
|
||||
- latexmk -xelatex -file-line-error -interaction=nonstopmode -halt-on-error main.tex
|
||||
artifacts:
|
||||
paths:
|
||||
- "presentation/*.pdf"
|
||||
Reference in New Issue
Block a user