Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
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
Container Registry
Model registry
Operate
Environments
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
dumux-repositories
dumux
Commits
f5ce3d48
Commit
f5ce3d48
authored
11 months ago
by
Mathis Kelm
Browse files
Options
Downloads
Patches
Plain Diff
[ci] always use recursive strategy for git submodules
parent
b6548a0e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3772
[cmake] don't include gridformat without c++20
Pipeline
#42572
passed
11 months ago
Stage: check-status
Stage: trigger dumux pipelines
+3
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
.gitlab-ci/default.yml
+0
-5
0 additions, 5 deletions
.gitlab-ci/default.yml
with
1 addition
and
6 deletions
.gitlab-ci.yml
+
1
−
1
View file @
f5ce3d48
...
@@ -9,6 +9,7 @@ variables:
...
@@ -9,6 +9,7 @@ variables:
IMAGE_REGISTRY_URL
:
$CI_REGISTRY/dumux-repositories/dumux-docker-ci
IMAGE_REGISTRY_URL
:
$CI_REGISTRY/dumux-repositories/dumux-docker-ci
DUMUX_CI_TRIGGER_LECTURE_BRANCH
:
master
DUMUX_CI_TRIGGER_LECTURE_BRANCH
:
master
DUMUX_CI_DUNE_LATEST_RELEASE
:
"
2.9"
DUMUX_CI_DUNE_LATEST_RELEASE
:
"
2.9"
GIT_SUBMODULE_STRATEGY
:
recursive
# Cases in which to create pipelines at all. The trigger jobs may further
# Cases in which to create pipelines at all. The trigger jobs may further
# specify how exactly they should be created in different situations.
# specify how exactly they should be created in different situations.
...
@@ -123,7 +124,6 @@ full-dune-master-gcc-cpp-20:
...
@@ -123,7 +124,6 @@ full-dune-master-gcc-cpp-20:
DUMUX_ENABLE_CPPCHECK
:
"
true"
DUMUX_ENABLE_CPPCHECK
:
"
true"
DUMUX_ENABLE_DOXYGEN_BUILD
:
"
true"
DUMUX_ENABLE_DOXYGEN_BUILD
:
"
true"
DUMUX_CHECK_EXAMPLE_DOCS
:
"
true"
DUMUX_CHECK_EXAMPLE_DOCS
:
"
true"
GIT_SUBMODULE_STRATEGY
:
recursive
##################################
##################################
# additional scheduled pipelines #
# additional scheduled pipelines #
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci/default.yml
+
0
−
5
View file @
f5ce3d48
...
@@ -33,11 +33,6 @@ configure:
...
@@ -33,11 +33,6 @@ configure:
stage
:
configure
stage
:
configure
script
:
script
:
-
|
-
|
# remove submodules (may be present due to caching done by gitlab, although this pipeline may not support the submodule)
rm -rf deps/*
if [ "${GIT_SUBMODULE_STRATEGY}" == "recursive" ]; then
git submodule update --init --recursive
fi
echo "source ${DUNE_OPTS_FILE}" > opts_file.opts
echo "source ${DUNE_OPTS_FILE}" > opts_file.opts
echo "CMAKE_FLAGS=\"\${CMAKE_FLAGS} -DCXX_MAX_STANDARD=${CXX_MAX_STANDARD} -DCMAKE_EXPORT_COMPILE_COMMANDS=ON\"" >> opts_file.opts
echo "CMAKE_FLAGS=\"\${CMAKE_FLAGS} -DCXX_MAX_STANDARD=${CXX_MAX_STANDARD} -DCMAKE_EXPORT_COMPILE_COMMANDS=ON\"" >> opts_file.opts
-
dunecontrol --opts=opts_file.opts --current configure
-
dunecontrol --opts=opts_file.opts --current configure
...
...
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