Skip to content
Snippets Groups Projects
Commit d96c83fb authored by Steffen Müthing's avatar Steffen Müthing
Browse files

[!539][backport:2.6][!538] Run one test job with disabled assertions

See merge request !539
parents bf11f88e 301b7e9a
No related branches found
No related tags found
2 merge requests!586Centralize CI config for 2.6 release,!539[backport:2.6][!538] Run one test job with disabled assertions
Pipeline #10315 passed
...@@ -4,11 +4,11 @@ before_script: ...@@ -4,11 +4,11 @@ before_script:
- . /duneci/bin/duneci-init-job - . /duneci/bin/duneci-init-job
debian:10 gcc-8-17: debian:10 gcc-8-noassert-17:
image: registry.dune-project.org/docker/ci/debian:10 image: registry.dune-project.org/docker/ci/debian:10
script: duneci-standard-test script: duneci-standard-test
variables: variables:
DUNECI_TOOLCHAIN: gcc-8-17 DUNECI_TOOLCHAIN: gcc-8-noassert-17
DUNECI_CMAKE_FLAGS: "-DDUNE_PYTHON_VIRTUALENV_SETUP=1" DUNECI_CMAKE_FLAGS: "-DDUNE_PYTHON_VIRTUALENV_SETUP=1"
tags: [duneci] tags: [duneci]
......
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