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

converter cli + tests

parent 0151a297
No related branches found
No related tags found
No related merge requests found
Pipeline #7510 failed
......@@ -74,10 +74,11 @@ 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
- pip install -U Pillow
- pip install -e ./
- cd tests
- xvfb-run -s "-screen 0 1400x900x24" python test_slider.py
- xvfb-run -s "-screen 0 1400x900x24" python -m unittest test_slider.py
- latexmk --version
# - apt-get install -y software-properties-common
# - apt-get -y update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment