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