Skip to content
Snippets Groups Projects
Commit f94c54cd authored by Alfred Burgess's avatar Alfred Burgess
Browse files

Merge remote-tracking branch 'refs/remotes/origin/main'

parents 2d0f1a67 24ae51d6
No related merge requests found
Pipeline #575 failed with stage
in 4 minutes and 55 seconds
# 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:
- make
artifacts:
paths:
- "*.pdf"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment