mirror of
https://gitlab.com/Trygve/contour-creator.git
synced 2024-11-21 23:00:18 +00:00
Set up Doxygen
This commit is contained in:
parent
6f001d23f8
commit
76d235d1c9
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
build
|
||||||
|
html
|
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
image: alpine
|
||||||
|
|
||||||
|
pages:
|
||||||
|
script:
|
||||||
|
- apk update && apk add doxygen graphviz ttf-freefont
|
||||||
|
- doxygen docs/doxygen.conf
|
||||||
|
- mv docs/html/ public/
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
only:
|
||||||
|
- feature/add-gitlab-pages-support
|
Loading…
Reference in New Issue
Block a user