Update .gitlab-ci.yml
This commit is contained in:
parent
d5ddeab89c
commit
4f962950d5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ image: alpine
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- apk update && apk add graphviz && apk add doxygen
|
- apk update && apk add graphviz && apk add ttf-freefont && apk add doxygen
|
||||||
- doxygen Doku/Doxygen/Doxyfile
|
- doxygen Doku/Doxygen/Doxyfile
|
||||||
- mv Doku/Doxygen/html/ public/
|
- mv Doku/Doxygen/html/ public/
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue