Skip to content
Snippets Groups Projects
Commit 3538f8e9 authored by Soeren Peters's avatar Soeren Peters
Browse files

Add doxygen job.

parent 27823bc9
No related branches found
No related tags found
No related merge requests found
......@@ -508,6 +508,29 @@ clang-tidy:
- build/clangtidy.txt
- build/compile_commands.json
###############################################################################
# doxgen
doxygen:
stage: analyze
only:
- develop@irmb/VirtualFluids_dev
needs: []
image: alpine
script:
- apk update && apk add doxygen
- doxygen docs/Doxyfile
artifacts:
expire_in: 1 week
paths:
- docs/build/
###############################################################################
## Deploy ##
###############################################################################
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment