Skip to content
Snippets Groups Projects
Commit 45e23a37 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Publish doxygen as a .zip

parent a93ef584
No related branches found
No related tags found
1 merge request!319Improve Gitlab-CI configuration and deploy Doxygen to EOSWEB
......@@ -37,7 +37,9 @@ doxygen:
- make doc
- rm -rf public
- mkdir -p public
- mv build.${BINARY_TAG}/doxygen/html public/${CI_BUILD_REF_NAME}
- mv build.${BINARY_TAG}/doxygen/html ${CI_BUILD_REF_NAME}
- yum install -y zip
- zip -r public/${CI_BUILD_REF_NAME}.zip ${CI_BUILD_REF_NAME}
only:
- master
- tags
......
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