Import thesis template
This commit is contained in:
15
.gitlab-ci.yml
Normal file
15
.gitlab-ci.yml
Normal 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
|
||||
Reference in New Issue
Block a user