Skip to content
Snippets Groups Projects
Commit 463de3a9 authored by EXT Jean-Matthieu Etancelin's avatar EXT Jean-Matthieu Etancelin
Browse files

keep logs in ci artifacts

parent 3c3338e3
No related branches found
No related tags found
No related merge requests found
Pipeline #189234 passed
...@@ -11,6 +11,7 @@ pages: ...@@ -11,6 +11,7 @@ pages:
artifacts: artifacts:
paths: paths:
- public - public
- logs
expire_in: 2 days expire_in: 2 days
tags: tags:
- lmap - lmap
......
...@@ -24,5 +24,8 @@ HYSOP_VERBOSE=false meson compile -C ${BUILD_DIR} doctest ...@@ -24,5 +24,8 @@ HYSOP_VERBOSE=false meson compile -C ${BUILD_DIR} doctest
cd - cd -
mv ${BUILD_DIR}/docs/build/html public mv ${BUILD_DIR}/docs/build/html public
mkdir -p logs
mv ${BUILD_DIR}/doxygen.log ${BUILD_DIR}/sphinx.log logs/.
rm -rf ${BUILD_DIR} ${ROOT_DIR} ${INSTALL_DIR} rm -rf ${BUILD_DIR} ${ROOT_DIR} ${INSTALL_DIR}
exit 0 exit 0
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