2016-07-06 04:17:31 -04:00
|
|
|
# Full project: https://gitlab.com/pages/doxygen
|
|
|
|
image: alpine
|
|
|
|
|
|
|
|
pages:
|
|
|
|
script:
|
2019-06-05 12:31:35 -04:00
|
|
|
- apk update && apk add doxygen
|
|
|
|
- doxygen doxygen/Doxyfile
|
|
|
|
- mv doxygen/documentation/html/ public/
|
2016-07-06 04:17:31 -04:00
|
|
|
artifacts:
|
|
|
|
paths:
|
2019-06-05 12:31:35 -04:00
|
|
|
- public
|
2016-07-06 04:17:31 -04:00
|
|
|
only:
|
2019-06-05 12:31:35 -04:00
|
|
|
- master
|