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

Fix type in dune-control & use perftool tag for dune-testtools

parent f8340d32
No related branches found
No related tags found
1 merge request!1Use pdelab dynamic power grid function space
Pipeline #21008 canceled
......@@ -26,6 +26,7 @@ stages:
- dune_all() { dune_configure $1 ; dune_make $1 ; }
tags:
- "cores:4"
- "perftool"
artifacts:
paths:
- source
......@@ -77,11 +78,11 @@ stages:
- git clone https://gitlab.dune-project.org/core/dune-localfunctions
- git clone -b support/dune-copasi https://gitlab.dune-project.org/santiago.ospina/dune-typetree
- git clone https://gitlab.dune-project.org/staging/dune-functions
# - git clone -b feature/allow-multidomain-vtk-compare-to-have-same-thresholds https://gitlab.dune-project.org/quality/dune-testtools
- git clone -b feature/allow-multidomain-vtk-compare-to-have-same-thresholds https://gitlab.dune-project.org/quality/dune-testtools
- git clone -b support/dune-copasi https://gitlab.dune-project.org/santiago.ospina/dune-pdelab
- git clone -b support/dune-copasi https://gitlab.dune-project.org/santiago.ospina/dune-multidomaingrid
# make required dune modules
# - dune_all dune-testtools
- dune_all dune-testtools
- dune_all dune-logging
- dune_all dune-pdelab
- dune_all dune-multidomaingrid
......@@ -89,15 +90,15 @@ stages:
.build: &build
stage: build
script:
- DUNECONTROL --opts=/duneci/dune.opts --only=dune-copasi all
- $DUNECONTROL --opts=/duneci/dune.opts --only=dune-copasi all
.unit_test: &unit_test
stage: unit_test
script:
- echo 'CMAKE_FLAGS+=" -DCMAKE_BUILD_TYPE=Debug"' >> /duneci/cmake-flags/dune_copasi.opts
- DUNECONTROL --opts=/duneci/dune.opts --only=dune-copasi configure
- DUNECONTROL --opts=/duneci/dune.opts --only=dune-copasi make --target build_unit_tests
- DUNECONTROL --opts=/duneci/dune.opts --only=dune-copasi bexec ctest -j4 -L "unit"
- $DUNECONTROL --opts=/duneci/dune.opts --only=dune-copasi configure
- $DUNECONTROL --opts=/duneci/dune.opts --only=dune-copasi make --target build_unit_tests
- $DUNECONTROL --opts=/duneci/dune.opts --only=dune-copasi bexec ctest -j4 -L "unit"
artifacts:
paths:
- build/dune-copasi/test
......@@ -106,7 +107,7 @@ stages:
.system_test: &system_test
stage: system_test
script:
- DUNECONTROL --opts=/duneci/dune.opts --only=dune-copasi bexec ctest -j4 -L "DUNE_SYSTEMTEST"
- $DUNECONTROL --opts=/duneci/dune.opts --only=dune-copasi bexec ctest -j4 -L "DUNE_SYSTEMTEST"
artifacts:
paths:
- build/dune-copasi/test
......
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