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

converter cli + tests

parent 9740f0e7
No related branches found
No related tags found
No related merge requests found
Pipeline #7523 failed
...@@ -71,7 +71,8 @@ stages: ...@@ -71,7 +71,8 @@ stages:
- pwd - pwd
- apt-get update -y - apt-get update -y
- apt install -y python3-pip - apt install -y python3-pip
- apt install -y python3.10 - apt install -y python3.10 python-is-python3
# - apt install -y python-is-python3
- python --version - python --version
- locate python - locate python
- apt install -y git - apt install -y git
...@@ -117,6 +118,7 @@ pages: ...@@ -117,6 +118,7 @@ pages:
- apt-get -y update - apt-get -y update
- apt install -y git - apt install -y git
- apt install -y python3-pip - apt install -y python3-pip
- apt install -y python3.10 python-is-python3
- 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