Skip to content
Snippets Groups Projects
Commit 55620a1c authored by tuhe's avatar tuhe
Browse files

converter cli + tests

parent 1b061e71
No related branches found
No related tags found
No related merge requests found
Pipeline #7519 failed
...@@ -70,11 +70,13 @@ stages: ...@@ -70,11 +70,13 @@ stages:
- echo "Testing student files" - echo "Testing student files"
- pwd - pwd
- apt-get update -y - apt-get update -y
- apt install -y python3-pip
- apt install -y git - apt install -y git
- apt install -y xvfb # Virtual framebuffer for GL stuff. - apt install -y xvfb # Virtual framebuffer for GL stuff.
- apt install -y inkscape pdftk - apt install -y inkscape pdftk
- apt install -y latexmk poppler-utils # latexmk and pdftocairo - apt install -y latexmk poppler-utils # latexmk and pdftocairo
- DEBIAN_FRONTEND='noninteractive' apt install -y texlive-latex-recommended texlive-latex-extra texlive-science pdf2svg - 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 -U Pillow
- pip install -e ./ - pip install -e ./
- cd tests - cd tests
...@@ -112,6 +114,7 @@ pages: ...@@ -112,6 +114,7 @@ pages:
- pwd - pwd
- apt-get -y update - apt-get -y update
- apt install -y git - 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 inkscape pdftk # pdftk to grap pdf pages (only for converter; can probably be omitted).
- apt install -y latexmk poppler-utils # latexmk and pdftocairo - apt install -y latexmk poppler-utils # latexmk and pdftocairo
- DEBIAN_FRONTEND='noninteractive' apt install -y texlive-latex-recommended texlive-latex-extra texlive-science pdf2svg - DEBIAN_FRONTEND='noninteractive' apt install -y texlive-latex-recommended texlive-latex-extra texlive-science pdf2svg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment