Update .gitlab-ci.yml
This commit is contained in:
parent
e1af45e83f
commit
d5ddeab89c
1 changed files with 5 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue