add gitlab.ci and doxygen

This commit is contained in:
pedromorgan 2019-02-06 17:01:59 +00:00
parent 022215470d
commit 5e86ba241d
3 changed files with 2453 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
# where docs are output to on gitlab.. MUST be named public/
public/
.sass-cache/
.idea/
*.pyc

12
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,12 @@
image: ubuntu
pages:
script:
- apt-get update -qq
- apt-get install -y -qq doxygen graphviz
- doxygen doxygen.conf
artifacts:
paths:
- public
only:
- master

2431
doxygen.conf Normal file

File diff suppressed because it is too large Load Diff