Skip to content
Snippets Groups Projects

Exchange troubled cell

Merged Robert K requested to merge feature/exchange-troubled-cell into master
Compare and Show latest version
1 file
+ 10
13
Compare changes
  • Side-by-side
  • Inline
+ 10
13
@@ -24,7 +24,7 @@ before_script:
- duneci-install-module https://gitlab.dune-project.org/dune-fem/dune-fem.git
debian-11-gcc-9-17:
image: duneci/debian:11
image: registry.dune-project.org/docker/ci/debian:11
script:
- source /duneci/modules/dune-pip/bin/activate
# issue with setup-dunepy: dune-fem-dg not yet build so dependency in dune-fem-dg fails
@@ -32,16 +32,13 @@ debian-11-gcc-9-17:
- duneci-standard-test
variables:
DUNECI_TOOLCHAIN: gcc-9-17
# DUNE_LOG_FORMAT: '%(asctime)s - %(name)s - %(levelname)s - %(message)s'
# DUNE_LOG_LEVEL: DEBUG
# MAKEFLAGS: "--verbose --output-sync=target --print-directory"
ubuntu:18.04--gcc:
image: duneci/ubuntu:18.04
script:
- source /duneci/modules/dune-pip/bin/activate
# issue with setup-dunepy: dune-fem-dg not yet build so dependency in dune-fem-dg fails
# - python /duneci/modules/dune-python/bin/setup-dunepy.py --opts=$CI_PROJECT_DIR/scripts/opts/ci-gcc.opts install
- duneci-standard-test
variables:
DUNECI_TOOLCHAIN: gcc-7-17
#ubuntu:20.04--gcc:
#image: duneci/ubuntu:18.04
#script:
#- source /duneci/modules/dune-pip/bin/activate
# # issue with setup-dunepy: dune-fem-dg not yet build so dependency in dune-fem-dg fails
# # - python /duneci/modules/dune-python/bin/setup-dunepy.py --opts=$CI_PROJECT_DIR/scripts/opts/ci-gcc.opts install
#- duneci-standard-test
#variables:
#DUNECI_TOOLCHAIN: gcc-7-17
Loading