Merge branch 'master' of gitlab.com:mraureliusr/mqtt-esp8266

This commit is contained in:
A.M. Rowsell 2019-01-21 20:27:33 -05:00
commit 09a3195cbb
Signed by: amr
GPG key ID: 0B6E2D8375CF79A9

14
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,14 @@
# 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