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: ...@@ -18,6 +18,7 @@ build:ubuntu_cpp:
- make -j4 all install - make -j4 all install
artifacts: artifacts:
expire_in: 1 week
paths: paths:
- build_cpp/ - build_cpp/
- install_cpp/ - install_cpp/
...@@ -44,6 +45,7 @@ build:ubuntu_python: ...@@ -44,6 +45,7 @@ build:ubuntu_python:
- export CMAKE_PREFIX_PATH=../install_cpp - export CMAKE_PREFIX_PATH=../install_cpp
- python3 -m pip install . - python3 -m pip install .
artifacts: artifacts:
expire_in: 1 week
paths: paths:
- venv/ - venv/
...@@ -78,6 +80,7 @@ build:windows_cpp: ...@@ -78,6 +80,7 @@ build:windows_cpp:
- cmake --install . --config Debug - cmake --install . --config Debug
artifacts: artifacts:
expire_in: 1 week
paths: paths:
- build_cpp/ - build_cpp/
- install_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