mqtt/.gitlab-ci.yml
2019-01-22 01:23:51 +00:00

14 lines
301 B
YAML

# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/doxygen
image: alpine
pages:
script:
- apk update && apk add doxygen
- doxygen Doxyfile
- mv docs/html/ public/
artifacts:
paths:
- public
only:
- master