mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-31 17:01:46 +02:00
16 lines
322 B
YAML
16 lines
322 B
YAML
image: alpine
|
|
|
|
pages:
|
|
script:
|
|
- apk update && apk add doxygen graphviz ttf-freefont && apk add make
|
|
- apt-get install texlive-latex-base texlive-latex-extra texlive-fonts-recommended
|
|
- doxygen doxygen.txt
|
|
- cd docs/latex
|
|
- make
|
|
#- mv docs/html/ public/
|
|
artifacts:
|
|
paths:
|
|
- docs
|
|
only:
|
|
- release
|