Force rebuilding fcconfig cache
This commit is contained in:
parent
b8cfdba1d0
commit
d5113aa3b4
|
@ -3,10 +3,16 @@ stages:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
image: texlive/texlive:latest
|
image: texlive/texlive@bf1f2ef09b4e
|
||||||
script:
|
script:
|
||||||
|
- echo -e "section_start:`date +%s`:rebuild_fc_cache\r\e[0KRebuild Fontconfig cache (docker image bug)"
|
||||||
|
- cp $(kpsewhich -var-value TEXMFSYSVAR)/fonts/conf/texlive-fontconfig.conf /etc/fonts/conf.d/09-texlive.conf
|
||||||
|
- fc-cache -sv
|
||||||
|
- echo -e "section_end:`date +%s`:rebuild_fc_cache\r\e[0K"
|
||||||
|
- echo -e "section_start:`date +%s`:build\r\e[0KBuild the project proper"
|
||||||
- latexmk -jobname="manuale-italiano"
|
- latexmk -jobname="manuale-italiano"
|
||||||
- mv build/manuale-italiano.pdf .
|
- mv build/manuale-italiano.pdf .
|
||||||
|
- echo -e "section_end:`date +%s`:build\r\e[0K"
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 30 days
|
expire_in: 30 days
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue