Skip to content
Snippets Groups Projects
Commit 6f3b0c4b authored by Emanuele Aina's avatar Emanuele Aina
Browse files

Move away from the documentation-builder image


Its purpose is rather dubious nowadays, we should probably drop it.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent e6c9bf08
No related branches found
No related tags found
1 merge request!508Move away from the documentation-builder image
Pipeline #429659 passed with warnings
......@@ -54,10 +54,21 @@ test-html:
- public
.gen-pdf:
image: registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2022-documentation-builder
image: debian:buster-slim
stage: generate-pdf
tags:
- lightweight
before_script:
- apt update && apt install -y
fonts-freefont-ttf
fonts-noto
librsvg2-bin
lmodern
pandoc
python-lxml
python3
python3-pandocfilters
texlive-xetex
script:
- echo "Building PDFs on $(nproc) cores"
- find public -name "*.pdf-in" -print0 | xargs -0 -r -n1 -P "$(nproc)" scripts/create-pdf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment