+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