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

Diable python

parent 41d4043f
No related branches found
No related tags found
1 merge request!1516[Test] CI Coverage
Pipeline #77203 failed
......@@ -83,11 +83,11 @@ reuse:
- reuse lint
debian:12 gcc-12-20 (with checking & coverage):
debian:12 gcc-12-20 (with checking, coverage, no python):
extends: .common
image: registry.dune-project.org/docker/ci/debian:12
variables:
DUNECI_CXXFLAGS: " -DDUNE_CHECK_BOUNDS=1 -DDUNE_ISTL_WITH_CHECKING=1 -DDUNE_FMatrix_WITH_CHECKING=1 -DCHECK_RESERVEDVECTOR=1 --coverage -lgcov "
DUNECI_CXXFLAGS: " -DCMAKE_DISABLE_FIND_PACKAGE_Python3:BOOL=ON -DDUNE_CHECK_BOUNDS=1 -DDUNE_ISTL_WITH_CHECKING=1 -DDUNE_FMatrix_WITH_CHECKING=1 -DCHECK_RESERVEDVECTOR=1 --coverage -lgcov "
DUNECI_TOOLCHAIN: gcc-12-20
# Notes:
# - Only works for 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