Update .gitlab-ci.yml
This commit is contained in:
parent
d984b7942f
commit
0e22772e48
1 changed files with 3 additions and 9 deletions
|
@ -1,21 +1,15 @@
|
||||||
# you can delete this line if you're not using Docker
|
# you can delete this line if you're not using Docker
|
||||||
# image: busybox:latest
|
# image: busybox:latest
|
||||||
|
|
||||||
before_script:
|
pages:
|
||||||
|
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
|
||||||
- cd m.css/documentation
|
- cd m.css/documentation
|
||||||
- pip3 install jinja2 Pygments
|
- pip3 install jinja2 Pygments
|
||||||
|
|
||||||
build1:
|
|
||||||
stage: build
|
|
||||||
script:
|
|
||||||
- ./doxygen.py ../../Doxyfile-mcss
|
- ./doxygen.py ../../Doxyfile-mcss
|
||||||
|
|
||||||
pages:
|
|
||||||
script:
|
|
||||||
- mv docs/html/ public/
|
- mv docs/html/ public/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Reference in a new issue