mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-21 20:11:46 +02:00
Testing pdflatex support
This commit is contained in:
parent
48b02d9b8c
commit
58f53c4b6a
@ -1,8 +1,12 @@
|
|||||||
image: alpine
|
image: alpine
|
||||||
|
image: registry.gitlab.com/islandoftex/images/texlive:latest
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- tlmgr update --self --all
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
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 docs/doxygen.conf
|
||||||
- doxygen doxygen.txt
|
- doxygen doxygen.txt
|
||||||
- cd docs/latex
|
- cd docs/latex
|
||||||
|
Loading…
x
Reference in New Issue
Block a user