18 lines
460 B
YAML
18 lines
460 B
YAML
pages:
|
|
script:
|
|
- mkdir -p docs
|
|
- cd Doku/Doxygen/
|
|
- 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/Coderacer.pdf
|
|
- cd ../
|
|
- mv ./html/ ../../public/
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
only:
|
|
- master
|