Update .gitlab-ci.yml

This commit is contained in:
Dorian Zedler 2018-12-02 00:36:59 +01:00
parent e1af45e83f
commit d5ddeab89c

View file

@ -1,11 +1,10 @@
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/doxygen
image: alpine
pages: pages:
stage: build
image: ubuntu:trusty
script: script:
- export DEBIAN_FRONTEND=noninteractive - apk update && apk add graphviz && apk add doxygen
- apt-get -yq update
- 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: