Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-meshdist
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
extensions
dune-meshdist
Commits
5b21cb91
Commit
5b21cb91
authored
2 months ago
by
Simon Praetorius
Browse files
Options
Downloads
Patches
Plain Diff
Improve gitlab-ci script
parent
ce58341e
No related branches found
Branches containing commit
No related tags found
1 merge request
!3
Improve gitlab-ci script
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+16
-8
16 additions, 8 deletions
.gitlab-ci.yml
with
16 additions
and
8 deletions
.gitlab-ci.yml
+
16
−
8
View file @
5b21cb91
---
.job_template
:
&job_configuration
script
:
-
duneci-standard-test
gcc-10-20
:
<<
:
*job_configuration
image
:
registry.dune-project.org/docker/ci/dune-pdelab-deps:git-debian-11-gcc-10-20
before_script
:
before_script
:
&before
-
duneci-install-module https://gitlab.dune-project.org/extensions/dune-alugrid.git
-
duneci-install-module https://gitlab.dune-project.org/extensions/dune-foamgrid.git
-
duneci-install-module https://gitlab.dune-project.org/extensions/dune-vtk.git
-
git config --global url."https://ci:${NANOFLANN_ACCESS_TOKEN}@gitlab.dune-project.org/simon.praetorius/nanoflann.git".insteadOf https://github.com/jlblancoc/nanoflann.git
-
git clone https://ci:${ALGLIB_ACCESS_TOKEN}@gitlab.dune-project.org/simon.praetorius/alglib.git /duneci/libs/alglib
# Test with the master branch of the dependencies
#-------------------------------------------------
dune:git gcc-12 C++20
:
image
:
registry.dune-project.org/docker/ci/dune:git-debian-12-gcc-12-20
tags
:
[
duneci
]
variables
:
DUNECI_CMAKE_FLAGS
:
-Dalglib_SOURCE_DIR=/duneci/libs/alglib
before_script
:
-
*before
script
:
duneci-standard-test
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