Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
agnumpde
dune-tnnmg
Commits
98810ea1
Commit
98810ea1
authored
May 26, 2020
by
oliver.sander_at_tu-dresden.de
Browse files
Remove gcc 6 from the list of CI scenarios
It is not supported by Dune 2.8 anymore.
parent
48060caf
Pipeline
#28817
passed with stage
in 6 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
98810ea1
...
...
@@ -3,6 +3,13 @@ before_script:
-
duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-matrix-vector.git
-
duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-solvers.git
.common
:
&common
script
:
duneci-standard-test
artifacts
:
expire_in
:
2 years
reports
:
junit
:
junit/*.xml
dune:git clang C++17
:
image
:
registry.dune-project.org/docker/ci/dune:git-debian-10-clang-7-libcpp-17
script
:
duneci-standard-test
...
...
@@ -10,7 +17,3 @@ dune:git clang C++17:
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-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
.
Attach a 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