Skip to content
Snippets Groups Projects
Commit 93ad91ee authored by Robert K's avatar Robert K
Browse files

[bugfix][ci] disable stokes test and add more modules to CI.

parent e2896c57
No related branches found
No related tags found
1 merge request!6Latest improvements in dune-fem-dg
Pipeline #25316 failed
......@@ -3,6 +3,9 @@ before_script:
- duneci-install-module https://gitlab.dune-project.org/core/dune-common.git
- duneci-install-module https://gitlab.dune-project.org/core/dune-geometry.git
- duneci-install-module https://gitlab.dune-project.org/core/dune-grid.git
- duneci-install-module https://gitlab.dune-project.org/core/dune-istl.git
- duneci-install-module https://gitlab.dune-project.org/core/dune-localfunctions.git
- duneci-install-module https://gitlab.dune-project.org/staging/dune-python.git
- duneci-install-module https://gitlab.dune-project.org/extensions/dune-alugrid.git
- duneci-install-module https://gitlab.dune-project.org/dune-fem/dune-fem.git
......
......@@ -2,6 +2,8 @@
project("dune-fem-dg" C CXX)
set(DUNE_REENABLE_ADD_TEST TRUE)
# this option is mandatory for dune-fem-dg
option(DUNE_GRID_GRIDTYPE_SELECTOR ON)
# general stuff
......
......@@ -9,7 +9,6 @@
#include <dune/common/fvector.hh>
#include <dune/grid/common/grid.hh>
#include <dune/fem/quadrature/caching/twistutility.hh>
#include <dune/fem-dg/operator/dg/passtraits.hh>
#include <dune/fem-dg/assemble/assemblertraits.hh>
#include <dune/fem-dg/algorithm/sub/steadystate.hh>
......
......@@ -8,14 +8,14 @@ set( POLORDER 2 )
add_definitions( "-D${GRIDTYPE}" )
add_definitions( "-DGRIDDIM=${GRIDDIM}" )
dune_add_test_case( NAME stokes
SOURCES ../main.cc
COMPILE_DEFINITIONS "POLORDER=${POLORDER}" )
add_code_generate_targets( stokes )
if( NOT FEMDG_FAST_TESTBUILD )
dune_add_test_case( NAME stokesall
SOURCES ../main.cc )
dune_add_test_case( NAME stokes
SOURCES ../main.cc
COMPILE_DEFINITIONS "POLORDER=${POLORDER}" )
add_code_generate_targets( stokes )
dune_add_test_case( NAME stokesall
SOURCES ../main.cc )
add_code_generate_targets( stokesall )
endif()
......
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