Update .gitlab-ci.yml

This commit is contained in:
Dorian Zedler 2018-12-02 00:35:03 +01:00
parent b3bacc26a4
commit 5c6d5baf1d

View file

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