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
9282d76b
Commit
9282d76b
authored
2 months ago
by
Simon Praetorius
Browse files
Options
Downloads
Patches
Plain Diff
Fix source dir
parent
a2e1754c
No related branches found
No related tags found
1 merge request
!3
Improve gitlab-ci script
Pipeline
#75914
passed
2 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-33
1 addition, 33 deletions
.gitlab-ci.yml
with
1 addition
and
33 deletions
.gitlab-ci.yml
+
1
−
33
View file @
9282d76b
...
...
@@ -7,45 +7,13 @@ before_script: &before
-
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
tags
:
[
duneci
]
variables
:
DUNECI_BRANCH
:
releases/2.10
DUNECI_CMAKE_FLAGS
:
-Dalglib_SOURCE_DIR=/duneci/libs/alglib/src
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
tags
:
[
duneci
]
variables
:
DUNECI_BRANCH
:
releases/2.10
DUNECI_CMAKE_FLAGS
:
-Dalglib_SOURCE_DIR=/duneci/libs/alglib/src
before_script
:
-
*before
script
:
duneci-standard-test
# 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
/src
DUNECI_CMAKE_FLAGS
:
-Dalglib_SOURCE_DIR=/duneci/libs/alglib
before_script
:
-
*before
script
:
duneci-standard-test
dune:git clang-13 C++20
:
image
:
registry.dune-project.org/docker/ci/dune:git-debian-11-clang-13-20
tags
:
[
duneci
]
variables
:
DUNECI_CMAKE_FLAGS
:
-Dalglib_SOURCE_DIR=/duneci/libs/alglib/src
before_script
:
-
*before
script
:
duneci-standard-test
\ No newline at end of file
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