mirror of
https://git.fifo-f.eu/tex-projects/books/dr-jekyll-and-mr-hyde-latex.git
synced 2025-04-19 08:28:07 +02:00
Add new file
This commit is contained in:
parent
db7a5611bd
commit
a66c802d79
1 changed files with 27 additions and 0 deletions
27
.gitlab-ci.yml
Normal file
27
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# This file is a template, and might need editing before it works on your project.
|
||||||
|
# To contribute improvements to CI/CD templates, please follow the Development guide at:
|
||||||
|
# https://docs.gitlab.com/ee/development/cicd/templates.html
|
||||||
|
# This specific template is located at:
|
||||||
|
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/LaTeX.gitlab-ci.yml
|
||||||
|
|
||||||
|
---
|
||||||
|
variables:
|
||||||
|
# Feel free to choose the image that suits you best.
|
||||||
|
# blang/latex:latest ... Former image used in this template. No longer maintained by author.
|
||||||
|
# listx/texlive:2020 ... The default, referring to TexLive 2020. Current at least to 2021-02-02.
|
||||||
|
|
||||||
|
# Additional alternatives with high Docker pull counts:
|
||||||
|
# thomasweise/docker-texlive-full
|
||||||
|
# thomasweise/texlive
|
||||||
|
# adnrv/texlive
|
||||||
|
LATEX_IMAGE: listx/texlive:2020
|
||||||
|
|
||||||
|
build:
|
||||||
|
image: $LATEX_IMAGE
|
||||||
|
script:
|
||||||
|
- lualatex Dr-Jekyll-and-Mr-Hyde.tex
|
||||||
|
- lualatex Dr-Jekyll-and-Mr-Hyde.tex
|
||||||
|
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- "*.pdf"
|
Loading…
Add table
Add a link
Reference in a new issue