Skip to content
Snippets Groups Projects
Commit a8f51bb7 authored by fzieris's avatar fzieris
Browse files

Provide GitLab CI config

parent fe106bd5
Branches
Tags
No related merge requests found
image: blang/latex
compile:
stage: build
script:
# add or change commands here, e.g. if your thesis has an index
- pdflatex thesis
- bibtex thesis
- pdflatex thesis
- pdflatex thesis
artifacts:
paths:
- "*.pdf"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment