Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-codegen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Christian Heinigk
dune-codegen
Commits
27aabdd8
Commit
27aabdd8
authored
7 years ago
by
Dominic Kempf
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/update-submodules-ci-support' into feature/stokes-3d-tests
parents
b67b9e76
d377c20d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-2
3 additions, 2 deletions
.gitlab-ci.yml
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
3
−
2
View file @
27aabdd8
...
@@ -6,12 +6,13 @@ variables:
...
@@ -6,12 +6,13 @@ variables:
before_script
:
before_script
:
-
echo "Running make concurrently with $(nproc) cores, where possibly"
-
echo "Running make concurrently with $(nproc) cores, where possibly"
# make sure we can update submodules and apply the patches
-
git submodule foreach --recursive git reset --hard HEAD
-
git submodule foreach --recursive git clean -fdx
# work around https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/2148
# work around https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/2148
-
git submodule sync --recursive
-
git submodule sync --recursive
-
git submodule update --init --recursive
-
git submodule update --init --recursive
# end workaround
# end workaround
# make sure we can apply the patches
-
git submodule foreach --recursive git reset --hard HEAD
-
patches/apply_patches.sh
-
patches/apply_patches.sh
# detect number of processors, but make sure never to run with -j"", as the
# detect number of processors, but make sure never to run with -j"", as the
# build host would likely run out of memory
# build host would likely run out of memory
...
...
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