Skip to content
Snippets Groups Projects
Commit 94dca3cc authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

create doxygen doc for main?

parent de42991c
No related branches found
No related tags found
No related merge requests found
Pipeline #10347 failed
......@@ -6,13 +6,25 @@ pages:
image:
name: tsgkadot/docker-doxygen
entrypoint: [""]
before_script:
- mkdir -p public
script:
- git -c http.sslVerify=false clone https://gitlab.studip.de/studip/studip.git
- cd studip
- doxygen Doxyfile
- mv doc/html ../public
# - doxygen
# - mv /doxygen/output/path public
- mv doc/html ../public/main
- git checkout 5.3
- doxygen Doxyfile
- mv doc/html ../public/5.3
- git checkout 5.2
- doxygen Doxyfile
- mv doc/html ../public/5.2
- git checkout 5.1
- doxygen Doxyfile
- mv doc/html ../public/5.1
- git checkout 5.0
- doxygen Doxyfile
- mv doc/html ../public/5.0
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment