Add .gitlab-ci.yml
This commit is contained in:
parent
627df20e53
commit
b253769f9f
1 changed files with 14 additions and 0 deletions
14
.gitlab-ci.yml
Normal file
14
.gitlab-ci.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue