add new Doxygen build script
This commit is contained in:
parent
e0db522d10
commit
6b9dcb9de0
1 changed files with 11 additions and 7 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue