Update .gitlab-ci.yml
This commit is contained in:
parent
85ef9ebf5c
commit
b3bacc26a4
1 changed files with 4 additions and 2 deletions
|
@ -1,10 +1,12 @@
|
|||
# This file is a template, and might need editing before it works on your project.
|
||||
# Full project: https://gitlab.com/pages/doxygen
|
||||
image: alpine
|
||||
image: ubuntu:trusty
|
||||
|
||||
pages:
|
||||
script:
|
||||
- apk update && apk add doxygen
|
||||
- apk update
|
||||
- apl add graphviz
|
||||
- apk add doxygen
|
||||
- doxygen Doku/Doxygen/Doxyfile
|
||||
- mv Doku/Doxygen/html/ public/
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue