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

Use `duneci-standard-test` script

parent f16da16d
No related tags found
No related merge requests found
Pipeline #
...@@ -5,14 +5,8 @@ before_script: ...@@ -5,14 +5,8 @@ before_script:
dune:git--clang: dune:git--clang:
image: duneci/dune:git image: duneci/dune:git
script: script: duneci-standard-test
- dunecontrol --opts=/duneci/opts.clang --current all
- dunecontrol --current make build_tests
- dunecontrol --current make test
dune:git--gcc: dune:git--gcc:
image: duneci/dune:git image: duneci/dune:git
script: script: duneci-standard-test --opts=/duneci/opts.clang
- 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