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

gitlab ci script updated

parent 7bd6ff1c
Branches
Tags
No related merge requests found
--- ---
cache:
paths:
- install/
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
dune:git--gcc: debian:10 gcc-8-17:
image: mathiwr/dune:latest image: registry.dune-project.org/docker/ci/dune:2.6-debian-10-gcc-8-17
script:
- duneci-standard-test
- dunecontrol --current make examples
debian:10 clang-6-libcpp-17:
image: registry.dune-project.org/docker/ci/dune:2.6-debian-10-clang-6-libcpp-17
script:
- duneci-standard-test
- dunecontrol --current make examples
debian:9 gcc-6-14:
image: registry.dune-project.org/docker/ci/dune:2.6-debian-9-gcc-6-14
script:
- duneci-standard-test
- dunecontrol --current make examples
ubuntu:18.04 clang-6-17:
image: registry.dune-project.org/docker/ci/dune:2.6-ubuntu-18.04-clang-6-17
script: script:
- dunecontrol --current all - duneci-standard-test
- dunecontrol --current make build_tests - dunecontrol --current make examples
- dunecontrol --current make test
only:
- develop
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment