add new Doxygen build script

This commit is contained in:
Dorian Zedler 2020-04-08 17:48:47 +00:00
parent e0db522d10
commit 6b9dcb9de0

View file

@ -1,12 +1,16 @@
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/doxygen
image: alpine
pages: pages:
script: script:
- apk update && apk add graphviz && apk add ttf-freefont && apk add doxygen - mkdir -p docs
- doxygen Doku/Doxygen/Doxyfile - cd Doku/Doxygen/
- mv Doku/Doxygen/html/ public/ - apt install doxygen texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended python3-pip
- git clone git://github.com/mosra/m.css
- pip3 install jinja2 Pygments
- ./m.css/documentation/doxygen.py ./Doxyfile-mcss
- cd ./latex
- make
- cp refman.pdf ../html/ScStwSharedLibraries.pdf
- cd ../
- mv ./html/ ../../public/
artifacts: artifacts:
paths: paths:
- public - public