library/.gitlab-ci.yml

15 lines
296 B
YAML

image: ubuntu
pages:
script:
- cd doxygen/
- apt update && apt install -y git doxygen python3-pip
- git clone git://github.com/mosra/m.css
- pip3 install jinja2 Pygments
- ./m.css/documentation/doxygen.py ./Doxyfile-mcss
artifacts:
paths:
- doxygen/html
only:
- master