Update .gitlab-ci.yml
This commit is contained in:
parent
f8125f8a27
commit
d984b7942f
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
# image: busybox:latest
|
||||
|
||||
before_script:
|
||||
- mkdir -p docs
|
||||
- cd docs
|
||||
- apt install doxygen texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended python3-pip
|
||||
- git clone git://github.com/mosra/m.css
|
||||
- cd m.css/documentation
|
||||
|
|
Reference in a new issue