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

Update .gitlab-ci.yml

parent d36d8e92
No related branches found
No related tags found
No related merge requests found
---
dune:2.5--gcc:
image: duneci/dune:2.5
script:
- dunecontrol --current --opts=/duneci/opts.gcc all
- cmake --build build-cmake --target build_tests
- 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:
......
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