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
Merge requests
!3
Improve gitlab-ci script
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Improve gitlab-ci script
feature/gitlab-ci
into
main
Overview
0
Commits
4
Pipelines
4
Changes
1
Merged
Simon Praetorius
requested to merge
feature/gitlab-ci
into
main
2 months ago
Overview
0
Commits
4
Pipelines
4
Changes
1
Expand
0
0
Merge request reports
Compare
version 1
version 3
a2e1754c
2 months ago
version 2
d04e60e9
2 months ago
version 1
6182aae7
2 months ago
main (base)
and
latest version
latest version
9282d76b
4 commits,
2 months ago
version 3
a2e1754c
3 commits,
2 months ago
version 2
d04e60e9
2 commits,
2 months ago
version 1
6182aae7
1 commit,
2 months ago
Show latest version
1 file
+
5
−
25
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
5
−
25
Options
@@ -3,37 +3,17 @@ before_script: &before
@@ -3,37 +3,17 @@ 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-alugrid.git
-
duneci-install-module https://gitlab.dune-project.org/extensions/dune-foamgrid.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
-
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
# Tests with the 2.10 release.
#------------------------------
dune:2.10 gcc-10 C++20
:
image
:
registry.dune-project.org/docker/ci/dune:2.10-debian-11-gcc-10-20
variables
:
DUNECI_BRANCH
:
releases/2.10
before_script
:
-
*before
script
:
duneci-standard-test
dune:2.10 clang-11 C++20
:
image
:
registry.dune-project.org/docker/ci/dune:2.10-debian-11-clang-11-20
variables
:
DUNECI_BRANCH
:
releases/2.10
before_script
:
-
*before
script
:
duneci-standard-test
# Test with the master branch of the dependencies
# Test with the master branch of the dependencies
#-------------------------------------------------
#-------------------------------------------------
dune:git gcc-12 C++20
:
dune:git gcc-12 C++20
:
image
:
registry.dune-project.org/docker/ci/dune:git-debian-12-gcc-12-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
:
-
*before
-
*before
script
:
duneci-standard-test
script
:
duneci-standard-test
dune:git clang-13 C++20
:
image
:
registry.dune-project.org/docker/ci/dune:git-debian-11-clang-13-20
before_script
:
-
*before
script
:
duneci-standard-test
\ No newline at end of file
Loading