Added doxygen documentation to GitLab pages as suggested in https://github.com/openjournals/joss-reviews/issues/1592#issuecomment-515643495
This commit is contained in:
parent
852281f347
commit
dcc6090678
4 changed files with 2556 additions and 2 deletions
|
|
@ -34,3 +34,16 @@ static-analysis:
|
|||
image: "registry.gitlab.com/eidheim/docker-images:arch"
|
||||
script:
|
||||
- scan-build cmake .. && scan-build --status-bugs make
|
||||
|
||||
pages:
|
||||
image: alpine
|
||||
script:
|
||||
- apk update && apk add doxygen
|
||||
- cd .. && doxygen doxygen/Doxyfile
|
||||
- mv doxygen/documentation/html/ public/
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue