Update .gitlab-ci.yml

This commit is contained in:
Dorian Zedler 2020-04-08 20:25:17 +00:00
parent b28476b918
commit d9c92d8031

View file

@ -2,7 +2,7 @@ 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 graphviz -y
- doxygen ./Doxyfile - doxygen ./Doxyfile
- cd ./latex - cd ./latex
- make - make