Skip to content
Snippets Groups Projects
Commit 85cdc908 authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Keep only relevant artifacts on CI

parent 8b0960d2
No related branches found
No related tags found
1 merge request!1Use pdelab dynamic power grid function space
Pipeline #20976 passed with warnings
......@@ -27,6 +27,7 @@ stages:
paths:
- source
- build
expire_in: 30 minutes
# OS setup
.debian_gcc: &debian_gcc
......@@ -95,12 +96,20 @@ stages:
- cd build/dune-copasi
- ninja build_unit_tests
- ctest -j4 -L "unit"
artifacts:
paths:
- build/dune-copasi/test
expire_in: 1 day
.system_test: &system_test
stage: system_test
script:
- cd build/dune-copasi
- ctest -j4 -L "DUNE_SYSTEMTEST"
artifacts:
paths:
- build/dune-copasi/test
expire_in: 1 day
# debian gcc
setup:debian_gcc:
......
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