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

gitlab ci script updated

parent 7bd6ff1c
No related branches found
No related tags found
No related merge requests found
---
cache:
paths:
- install/
variables:
GIT_SUBMODULE_STRATEGY: recursive
dune:git--gcc:
image: mathiwr/dune:latest
debian:10 gcc-8-17:
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:
- dunecontrol --current all
- dunecontrol --current make build_tests
- dunecontrol --current make test
only:
- develop
- duneci-standard-test
- dunecontrol --current make examples
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