Fix gitlab ci
This commit is contained in:
parent
4c3ce8dbc4
commit
2a9c6903ab
1 changed files with 5 additions and 11 deletions
|
@ -1,19 +1,13 @@
|
||||||
# you can delete this line if you're not using Docker
|
image: ubuntu
|
||||||
# image: busybox:latest
|
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- mkdir -p docs
|
- cd docs/
|
||||||
- cd docs
|
- apt update && apt install -y git doxygen 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
|
- mv ./html ../public
|
||||||
- make
|
|
||||||
- cp refman.pdf ../html/ScStwSharedLibraries.pdf
|
|
||||||
- cd ../
|
|
||||||
- mv ./html/ ../public/
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
Reference in a new issue