Update .gitlab-ci.yml to add graphviz
This commit is contained in:
parent
09a3195cbb
commit
86b180e5f2
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ image: alpine
|
|||
|
||||
pages:
|
||||
script:
|
||||
- apk update && apk add doxygen
|
||||
- apk update && apk add doxygen graphviz
|
||||
- doxygen Doxyfile
|
||||
- mv docs/html/ public/
|
||||
artifacts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue