Skip to content
Snippets Groups Projects
Commit 1963999a authored by tuhe's avatar tuhe
Browse files

converter cli + tests

parent dd60772d
Branches
No related tags found
No related merge requests found
Pipeline #7513 failed
......@@ -74,7 +74,7 @@ stages:
- apt install -y xvfb # Virtual framebuffer for GL stuff.
- apt install -y inkscape pdftk
- apt install -y latexmk poppler-utils # latexmk and pdftocairo
- apt install -y texlive-latex-recommended texlive-latex-extra texlive-science
- apt install -y texlive-latex-recommended texlive-latex-extra texlive-science pdf2svg
- pip install -U Pillow
- pip install -e ./
- cd tests
......@@ -114,7 +114,7 @@ pages:
- apt install -y git
- 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 texlive-latex-recommended texlive-latex-extra texlive-science
- apt install -y texlive-latex-recommended texlive-latex-extra texlive-science pdf2svg
- pip install -U Pillow
- pip install -e ./
- apt install -y python-opengl xvfb # Virtual framebuffer for GL stuff.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment