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

Use build-cmake for CI artifacts

parent 4f4557d3
No related branches found
No related tags found
No related merge requests found
Pipeline #21115 passed with warnings
......@@ -86,7 +86,7 @@ stages:
- dunecontrol --opts=/duneci/dune.opts --only=dune-copasi all
artifacts:
paths:
- cmake-build
- build-cmake
expire_in: 30 mins
.unit_test: &unit_test
......@@ -98,7 +98,7 @@ stages:
- dunecontrol --opts=/duneci/dune.opts --only=dune-copasi bexec ctest -j4 -L "unit"
artifacts:
paths:
- cmake-build/test
- build-cmake/test
expire_in: 1 day
.system_test: &system_test
......@@ -107,7 +107,7 @@ stages:
- dunecontrol --opts=/duneci/dune.opts --only=dune-copasi bexec ctest -j4 -L "DUNE_SYSTEMTEST"
artifacts:
paths:
- cmake-build/test
- build-cmake/test
expire_in: 1 day
.deploy: &deploy
......
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