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
425b26e6
Commit
425b26e6
authored
May 29, 2020
by
niklas.baumgarten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
21f34410
Pipeline
#89006
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
.gitlab-ci.yml
.gitlab-ci.yml
+10
-6
No files found.
.gitlab-ci.yml
View file @
425b26e6
...
...
@@ -2,6 +2,16 @@ stages:
-
build
-
test
cache
:
paths
:
-
sprng5
before_scirpt
:
-
tar xjf sprng5.tar.bz2
-
cd sprng5
-
./configure --with-mpi=yes --with-fortran=no
-
make -j
build-mlmc
:
stage
:
build
...
...
@@ -18,12 +28,6 @@ build-mlmc:
-
else
-
echo ${UPSTREAM_COMMIT}
-
fi
-
tar xjf sprng5.tar.bz2
-
cd sprng5
-
./configure --with-mpi=yes --with-fortran=no
-
make -j
-
cd ..
-
cd mpp
-
git fetch --all
-
git checkout $UPSTREAM_COMMIT
...
...
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