Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Patrick Jaap
dune-matrix-vector
Commits
1afe098a
Commit
1afe098a
authored
Mar 11, 2019
by
lh1887
Browse files
Merge branch 'feature/modern-ci-script' into 'master'
Use modern CI script See merge request
agnumpde/dune-matrix-vector!6
parents
4b37110f
3d5e8f3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1afe098a
---
# Install external dependencies
dune:git--clang:
image
:
duneci/dune:git
script
:
duneci-standard-test --opts=/duneci/opts.clang
dune:git clang C++17
:
image
:
registry.dune-project.org/docker/ci/dune:git-debian-10-clang-7-libcpp-17
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:
image
:
duneci/dune:git
dune:git
gcc
-6 C++14
:
image
:
registry.dune-project.org/docker/ci/dune:git-debian-9-gcc-6-14
script
:
duneci-standard-test
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment