Skip to content
Snippets Groups Projects

[python] Use new Python module structure of dune-common MR 960

Merged Timo Koch requested to merge python-overhaul into master
1 unresolved thread
Files
3
+ 5
5
@@ -13,11 +13,11 @@ before_script:
- duneci-install-module https://gitlab.dune-project.org/core/dune-geometry.git
- duneci-install-module https://gitlab.dune-project.org/core/dune-grid.git
dune:2.6 ubuntu:18.04 clang-6-17:
image: registry.dune-project.org/docker/ci/ubuntu:18.04
dune:2.8 ubuntu:20.04 clang-10-20:
image: registry.dune-project.org/docker/ci/ubuntu:20.04
script: duneci-standard-test
variables:
DUNECI_TOOLCHAIN: clang-6-17
DUNECI_CMAKE_FLAGS: "-DDUNE_PYTHON_VIRTUALENV_SETUP=1"
DUNECI_BRANCH: releases/2.6
DUNECI_TOOLCHAIN: clang-10-20
DUNECI_CMAKE_FLAGS: "-DDUNE_PYTHON_VIRTUALENV_SETUP=TRUE -DDUNE_ENABLE_PYTHONBINDINGS=TRUE -DBUILD_SHARED_LIBS=TRUE -DCMAKE_DISABLE_FIND_PACKAGE_Alberta=TRUE"
DUNECI_BRANCH: releases/2.8
tags: [duneci]
Loading