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

Test gitlab pages.

parent 18d3a88a
No related branches found
No related tags found
1 merge request!55Fix memory issue.
......@@ -516,8 +516,8 @@ clang-tidy:
doxygen:
stage: analyze
only:
- develop@irmb/VirtualFluids_dev
#only:
# - develop@irmb/VirtualFluids_dev
needs: []
......@@ -526,11 +526,13 @@ doxygen:
script:
- apk update && apk add doxygen
- doxygen docs/Doxyfile
- mv docs/build/html/ public/
artifacts:
expire_in: 1 week
paths:
- docs/build/
- docs/build/html/
- public
###############################################################################
......
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