Update .gitlab-ci.yml file
This commit is contained in:
14
.gitlab-ci.yml
Normal file
14
.gitlab-ci.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
image: alpine
|
||||
|
||||
pages:
|
||||
script:
|
||||
- apk update && apk add doxygen graphviz ttf-freefont
|
||||
#- doxygen docs/doxygen.conf
|
||||
- cd src
|
||||
- doxygen dezibot
|
||||
#- mv docs/html/ public/
|
||||
artifacts:
|
||||
paths:
|
||||
- html
|
||||
only:
|
||||
- release
|
||||
Reference in New Issue
Block a user