mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-21 20:11:46 +02:00
Merge branch 'release' of https://git.imn.htwk-leipzig.de/wagner/dezibot into release
This commit is contained in:
commit
6863ed02c9
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