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

Update .gitlab-ci.yml

parent d36fe5eb
No related branches found
No related tags found
No related merge requests found
--- ---
dune:git--gcc: dune:2.5--gcc:
image: mathiwr/dune:latest image: duneci/dune:2.5
script: script:
- dunecontrol --current all - dunecontrol --current --opts=/duneci/opts.gcc all
- dunecontrol --current make build_tests - cmake --build build-cmake --target build_tests
- dunecontrol --current make test - cmake --build build-cmake --target test
dune:2.5--clang:
image: duneci/dune:2.5
script:
- dunecontrol --current --opts=/duneci/opts.clang all
- cmake --build build-cmake --target build_tests
- cmake --build build-cmake --target test
dune:2.6--gcc:
image: duneci/dune:2.6
script:
- dunecontrol --current --opts=/duneci/opts.gcc all
- cmake --build build-cmake --target build_tests
- cmake --build build-cmake --target test
dune:2.6--clang:
image: duneci/dune:2.6
script:
- dunecontrol --current --opts=/duneci/opts.clang all
- cmake --build build-cmake --target build_tests
- cmake --build build-cmake --target test
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