From d2ae3e51f19b635dafc7e057a3a412fbdae7d530 Mon Sep 17 00:00:00 2001 From: "Fifo F." Date: Tue, 27 Feb 2024 12:06:25 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a903c69..a92bbeb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,27 +1,13 @@ -# 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 LATEX_IMAGE: texlive/texlive:latest + INPUT_FILE: DrJekyllMrHyde.tex build: image: $LATEX_IMAGE script: - - lualatex DrJekyllMrHyde.tex || true - - lualatex DrJekyllMrHyde.tex || true + - latexmk -f -lualatex -cd $INPUT_FILE + #- lualatex DrJekyllMrHyde.tex || true + #- lualatex DrJekyllMrHyde.tex || true artifacts: paths: