Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Mpp
MLMC
Commits
4e8fe5a7
Commit
4e8fe5a7
authored
Apr 26, 2020
by
niklas.baumgarten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed only from trigger to variable
parent
1f83474c
Pipeline
#84313
failed with stages
in 5 minutes and 14 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
.gitlab-ci.yml
.gitlab-ci.yml
+6
-2
No files found.
.gitlab-ci.yml
View file @
4e8fe5a7
...
...
@@ -6,7 +6,8 @@ build-mlmc:
stage
:
build
only
:
-
branches
-
feature
-
master
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
...
...
@@ -39,7 +40,8 @@ downstream-build-mlmc:
stage
:
build
only
:
-
triggers
variables
:
-
$CI_PIPELINE_SOURCE == "pipeline"
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
...
...
@@ -54,6 +56,8 @@ downstream-build-mlmc:
-
./configure --with-mpi=yes --with-fortran=no
-
make -j
-
cd ..
-
mkdir build
-
cd build
-
"
curl
-SL
https://git.scc.kit.edu/mpp/mpp/-/jobs/artifacts/feature/download?job=build-mpp"
-
unzip build.zip
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment