Update .gitlab-ci.yml
This commit is contained in:
parent
9cb480432e
commit
9c1e863094
1 changed files with 2 additions and 7 deletions
|
@ -3,17 +3,12 @@ image: ubuntu
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- cd doxygen/
|
- cd doxygen/
|
||||||
- apt update && apt install -y git doxygen python3-pip texlive-latex-base
|
- apt update && apt install -y git doxygen 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
|
|
||||||
- make
|
|
||||||
- cp refman.pdf ../html/Coderacer.pdf
|
|
||||||
- cd ../
|
|
||||||
- mv ./html/ ../public/
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- doxygen/html
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Reference in a new issue