mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-31 17:01:46 +02:00
20 lines
375 B
YAML
20 lines
375 B
YAML
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
|
|
#- doxygen docs/doxygen.conf
|
|
- doxygen doxygen.txt
|
|
- cd docs/latex
|
|
- make
|
|
#- mv docs/html/ public/
|
|
artifacts:
|
|
paths:
|
|
- docs
|
|
only:
|
|
- release
|