Skip to content
Snippets Groups Projects
Commit ba9ba4b7 authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Added expire_in for build artifacts

parent 447dbc81
No related branches found
No related tags found
No related merge requests found
Pipeline #31869 passed
......@@ -18,6 +18,7 @@ build:ubuntu_cpp:
- make -j4 all install
artifacts:
expire_in: 1 week
paths:
- build_cpp/
- install_cpp/
......@@ -44,6 +45,7 @@ build:ubuntu_python:
- export CMAKE_PREFIX_PATH=../install_cpp
- python3 -m pip install .
artifacts:
expire_in: 1 week
paths:
- venv/
......@@ -78,6 +80,7 @@ build:windows_cpp:
- cmake --install . --config Debug
artifacts:
expire_in: 1 week
paths:
- build_cpp/
- install_cpp/
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