Testing pdflatex support

This commit is contained in:
jwagner4 2024-06-02 18:26:36 +00:00
parent 48b02d9b8c
commit 58f53c4b6a

View File

@ -1,8 +1,12 @@
image: alpine
image: registry.gitlab.com/islandoftex/images/texlive:latest
before_script:
- tlmgr update --self --all
pages:
script:
- apk update && apk add doxygen graphviz ttf-freefont && apk add make && apk add texlive-extra
- apk update && apk add doxygen graphviz ttf-freefont && apk add make
#- doxygen docs/doxygen.conf
- doxygen doxygen.txt
- cd docs/latex