Skip to content
Snippets Groups Projects
Commit 161b2beb authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

Add .gitlab-ci.yml.

parent 215f0e3a
No related branches found
No related tags found
No related merge requests found
Pipeline #
---
dune:git--clang:
image: duneci/dune:git
script:
- dunecontrol --opts=/duneci/opts.clang --current all
- dunecontrol --current make build_tests
- dunecontrol --current make test
dune:git--gcc:
image: duneci/dune:git
script:
- dunecontrol --opts=/duneci/opts.gcc --current all
- dunecontrol --current make build_tests
- dunecontrol --current make test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment