library/.gitlab-ci.yml

32 lines
588 B
YAML

pages:
image: ubuntu
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
- mv ./html ../public
artifacts:
paths:
- public
only:
- master
publish:
image: python:3.6
only:
- tags
script:
- "pip install -U platformio"
- "cd CodeRacer_MKII"
- "pio package publish"
release:
image: inetprocess/gitlab-release
stage: release
only:
- tags
script:
- gitlab-release --message ''