Update .gitlab-ci.yml
This commit is contained in:
parent
b3bacc26a4
commit
5c6d5baf1d
1 changed files with 4 additions and 3 deletions
|
@ -4,9 +4,10 @@ image: ubuntu:trusty
|
|||
|
||||
pages:
|
||||
script:
|
||||
- apk update
|
||||
- apl add graphviz
|
||||
- apk add doxygen
|
||||
- export DEBIAN_FRONTEND=noninteractive
|
||||
- apt-get -yq update
|
||||
- apt-get -yq install graphviz
|
||||
- apt-get -yq install doxygen
|
||||
- doxygen Doku/Doxygen/Doxyfile
|
||||
- mv Doku/Doxygen/html/ public/
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue