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

[ci] Centralize CI configuration

parent 78af9e50
No related branches found
No related tags found
1 merge request!248Centralize CI configuration
Pipeline #14961 passed
---
include:
- "https://gitlab.dune-project.org/core/ci-config/raw/master/config/common/master.yml"
- "https://gitlab.dune-project.org/core/ci-config/raw/master/jobs/common/master.yml"
before_script:
- duneci-install-module https://gitlab.dune-project.org/core/dune-common.git
......@@ -10,31 +14,3 @@ variables:
# number of cores. We solve the issue by disallowing OpenMP to allocate more
# than one thread.
OMP_NUM_THREADS: 1
debian:10 gcc:c++17:
image: duneci/base:10
script: duneci-standard-test
variables: {DUNECI_OPTS: /duneci/opts.gcc.c++17}
tags: [duneci]
debian:9--gcc:
image: duneci/base:9
script: duneci-standard-test
tags: [duneci]
debian:9--clang:
image: duneci/base:9
script: duneci-standard-test
variables: {DUNECI_OPTS: /duneci/opts.clang}
tags: [duneci]
ubuntu:16.04--gcc:
image: duneci/base:16.04
script: duneci-standard-test
tags: [duneci]
ubuntu:16.04--clang:
image: duneci/base:16.04
script: duneci-standard-test
variables: {DUNECI_OPTS: /duneci/opts.clang}
tags: [duneci]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment