From de68e3276e9e52999947bb1c85de9a9d8202f8a1 Mon Sep 17 00:00:00 2001 From: adin Date: Wed, 5 Jul 2017 19:03:58 -0300 Subject: [PATCH] Update CI with vanilla tools --- .gitlab-ci.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 19837b5..7b3be95 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,21 @@ +before_script: + # setup texmf + - TEXMFHOME=`kpsewhich -var-value TEXMFHOME` + - LOCALTEX=$TEXMFHOME/tex/latex + + - mkdir -p $LOCALTEX build: - image: adnrv/texlive-adntools + image: adnrv/texlive-tools script: + # link these files in the local texmf + - ln -s `pwd` $LOCALTEX/mcv-academic + # process and build our example - cd example - make all artifacts: paths: - - ./example/example-en.pdf - - ./example/example-es.pdf + - ./example/example-*.pdf tags: - docker -- 2.50.1