From 55620a1cb7c8b639a4b3ff24a534ab68fa7d4b7b Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@dtu.dk> Date: Tue, 20 Sep 2022 00:31:21 +0200 Subject: [PATCH] converter cli + tests --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fff6bbd..6c717f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,11 +70,13 @@ stages: - echo "Testing student files" - pwd - apt-get update -y + - apt install -y python3-pip - apt install -y git - apt install -y xvfb # Virtual framebuffer for GL stuff. - apt install -y inkscape pdftk - apt install -y latexmk poppler-utils # latexmk and pdftocairo - DEBIAN_FRONTEND='noninteractive' apt install -y texlive-latex-recommended texlive-latex-extra texlive-science pdf2svg + - apt install -y python - pip install -U Pillow - pip install -e ./ - cd tests @@ -112,6 +114,7 @@ pages: - pwd - apt-get -y update - apt install -y git + - apt install -y python3-pip - apt install -y inkscape pdftk # pdftk to grap pdf pages (only for converter; can probably be omitted). - apt install -y latexmk poppler-utils # latexmk and pdftocairo - DEBIAN_FRONTEND='noninteractive' apt install -y texlive-latex-recommended texlive-latex-extra texlive-science pdf2svg -- GitLab