Skip to content
Snippets Groups Projects
Commit 3d5e8f3a authored by lh1887's avatar lh1887
Browse files

Use modern CI script

This introduces the same CI script also used in the other agnumpde repositories.
parent 4b37110f
Branches
No related tags found
No related merge requests found
--- ---
# Install external dependencies # Install external dependencies
dune:git--clang: dune:git clang C++17:
image: duneci/dune:git image: registry.dune-project.org/docker/ci/dune:git-debian-10-clang-7-libcpp-17
script: duneci-standard-test --opts=/duneci/opts.clang script: duneci-standard-test
dune:git gcc-8 C++17:
image: registry.dune-project.org/docker/ci/dune:git-debian-10-gcc-8-17
script: duneci-standard-test
dune:git--gcc: dune:git gcc-6 C++14:
image: duneci/dune:git image: registry.dune-project.org/docker/ci/dune:git-debian-9-gcc-6-14
script: duneci-standard-test script: duneci-standard-test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment