Update .gitlab-ci.yml to add graphviz

This commit is contained in:
AMRowsell 2019-01-22 01:33:02 +00:00
commit 86b180e5f2

View file

@ -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: