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:
|
pages:
|
||||||
script:
|
script:
|
||||||
- apk update
|
- export DEBIAN_FRONTEND=noninteractive
|
||||||
- apl add graphviz
|
- apt-get -yq update
|
||||||
- apk add doxygen
|
- apt-get -yq install graphviz
|
||||||
|
- apt-get -yq install 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