This commit is contained in:
eidheim 2019-07-28 11:25:44 +02:00
commit dcc6090678
4 changed files with 2556 additions and 2 deletions

View file

@ -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