mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-21 12:01:47 +02:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
a58aa28894
commit
a2303ce2b6
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
|
Loading…
x
Reference in New Issue
Block a user