Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-fufem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fufem
dune-fufem
Commits
fc17a748
Commit
fc17a748
authored
1 week ago
by
Carsten Gräser
Browse files
Options
Downloads
Patches
Plain Diff
[CI] Use dune-assembler in ci
parent
5aedcd38
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#77918
failed
1 week ago
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-3
5 additions, 3 deletions
.gitlab-ci.yml
with
5 additions
and
3 deletions
.gitlab-ci.yml
+
5
−
3
View file @
fc17a748
...
...
@@ -5,13 +5,14 @@
# that already contain all core and staging dependencies.
.release_based_job
:
before_script
:
-
duneci-install-module https://gitlab.dune-project.org/staging/dune-assembler.git
-
duneci-install-module https://gitlab.dune-project.org/extensions/dune-alugrid.git
-
duneci-install-module https://gitlab.dune-project.org/extensions/dune-subgrid.git
-
duneci-install-module https://gitlab.dune-project.org/extensions/dune-vtk.git
-
duneci-install-module https://gitlab.dune-project.org/fufem/dune-matrix-vector.git
# For branch-based-based jobs, we need to install all dependencies manually.
.branch_base_job
:
.branch_base
s
_job
:
before_script
:
-
. /duneci/bin/duneci-init-job
-
duneci-install-module https://gitlab.dune-project.org/core/dune-common.git
...
...
@@ -22,6 +23,7 @@
-
duneci-install-module https://gitlab.dune-project.org/core/dune-istl.git
-
duneci-install-module https://gitlab.dune-project.org/staging/dune-typetree.git
-
duneci-install-module https://gitlab.dune-project.org/staging/dune-functions.git
-
duneci-install-module https://gitlab.dune-project.org/staging/dune-assembler.git
-
duneci-install-module https://gitlab.dune-project.org/extensions/dune-alugrid.git
-
duneci-install-module https://gitlab.dune-project.org/extensions/dune-subgrid.git
-
duneci-install-module https://gitlab.dune-project.org/extensions/dune-vtk.git
...
...
@@ -49,7 +51,7 @@ dune:2.10 debian-11 gcc-10 C++20:
# Also test with the current development branch
dune:git debian-11 clang-13 C++20
:
extends
:
.branch_base_job
extends
:
.branch_base
s
_job
# image: registry.dune-project.org/docker/ci/dune:git-debian-11-clang-13-20
image
:
registry.dune-project.org/docker/ci/debian:11
variables
:
...
...
@@ -57,7 +59,7 @@ dune:git debian-11 clang-13 C++20:
script
:
duneci-standard-test
dune:git debian-11 gcc-10 C++20
:
extends
:
.branch_base_job
extends
:
.branch_base
d
_job
# image: registry.dune-project.org/docker/ci/dune:git-debian-11-gcc-10-20
image
:
registry.dune-project.org/docker/ci/debian:11
variables
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment