QBluetoothLeUart/.gitlab-ci.yml

22 lines
536 B
YAML
Raw Permalink Normal View History

2020-10-09 12:07:02 +02:00
# you can delete this line if you're not using Docker
# image: busybox:latest
pages:
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
# - pip3 install jinja2 Pygments
- ./m.css/documentation/doxygen.py ./Doxyfile-mcss
- cd ./latex
- make
2020-10-09 12:08:11 +02:00
- cp refman.pdf ../html/QBluetoothLeUart.pdf
2020-10-09 12:07:02 +02:00
- cd ../
- mv ./html/ ../public/
artifacts:
paths:
- public
only:
- master