Skip to content
Snippets Groups Projects
Commit 6182aae7 authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Improve gitlab-ci script

parent ce58341e
No related branches found
No related tags found
1 merge request!3Improve gitlab-ci script
Pipeline #75911 canceled
--- ---
.job_template: &job_configuration before_script: &before
script: - duneci-install-module https://gitlab.dune-project.org/extensions/dune-alugrid.git
- duneci-standard-test
gcc-10-20:
<<: *job_configuration
image: registry.dune-project.org/docker/ci/dune-pdelab-deps:git-debian-11-gcc-10-20
before_script:
- duneci-install-module https://gitlab.dune-project.org/extensions/dune-foamgrid.git - duneci-install-module https://gitlab.dune-project.org/extensions/dune-foamgrid.git
- duneci-install-module https://gitlab.dune-project.org/extensions/dune-vtk.git - duneci-install-module https://gitlab.dune-project.org/extensions/dune-vtk.git
# Tests with the 2.10 release.
#------------------------------
dune:2.10 gcc-10 C++20:
image: registry.dune-project.org/docker/ci/dune:2.10-debian-11-gcc-10-20
variables:
DUNECI_BRANCH: releases/2.10
before_script:
- *before
script: duneci-standard-test
dune:2.10 clang-11 C++20:
image: registry.dune-project.org/docker/ci/dune:2.10-debian-11-clang-11-20
variables:
DUNECI_BRANCH: releases/2.10
before_script:
- *before
script: duneci-standard-test
# Test with the master branch of the dependencies
#-------------------------------------------------
dune:git gcc-12 C++20:
image: registry.dune-project.org/docker/ci/dune:git-debian-12-gcc-12-20
before_script:
- *before
script: duneci-standard-test
dune:git clang-13 C++20:
image: registry.dune-project.org/docker/ci/dune:git-debian-11-clang-13-20
before_script:
- *before
script: duneci-standard-test
\ No newline at end of file
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