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:
stage: build
image: ubuntu:trusty
script:
- export DEBIAN_FRONTEND=noninteractive
- apt-get -yq update
- apt-get -yq install graphviz
- apt-get -yq install doxygen
- apk update && apk add graphviz && apk add doxygen
- doxygen Doku/Doxygen/Doxyfile
- mv Doku/Doxygen/html/ public/
artifacts: