Update .gitlab-ci.yml

This commit is contained in:
Dorian Zedler 2020-05-11 08:00:54 +00:00
parent 2893d341c2
commit 16a44ee4c7

View file

@ -5,9 +5,9 @@ pages:
script: script:
- mkdir -p docs - mkdir -p docs
- cd docs - cd docs
- apt install doxygen texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended python3-pip # - apt install doxygen texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended python3-pip
- git clone git://github.com/mosra/m.css - git clone git://github.com/mosra/m.css
- pip3 install jinja2 Pygments # - pip3 install jinja2 Pygments
- ./m.css/documentation/doxygen.py ./Doxyfile-mcss - ./m.css/documentation/doxygen.py ./Doxyfile-mcss
- cd ./latex - cd ./latex
- make - make