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

Added expire_in for build artifacts

parent 96297a84
No related branches found
No related tags found
1 merge request!8GraphView cloning proposal + labelGraph proof of concept
Pipeline #31671 passed
......@@ -12,6 +12,7 @@ build:ubuntu_cpp:
- make -j4 all install
artifacts:
expire_in: 1 week
paths:
- build_cpp/
- install_cpp/
......@@ -29,6 +30,7 @@ build:ubuntu_python:
- export AIDGE_INSTALL=`pwd`/install
- python3 -m pip install .
artifacts:
expire_in: 1 week
paths:
- venv/
......@@ -57,6 +59,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