Merge pull request #27 from pedromorgan/pedro_fixes

add gitlab.ci and doxygen
This commit is contained in:
Thiago Alves 2019-02-06 15:10:31 -02:00 committed by GitHub
commit 305eebdc60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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