Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
0ff4ee86
Commit
0ff4ee86
authored
Apr 21, 2017
by
Lorenz Huedepohl
Browse files
Fix CI test of test_project_2stage
Two issues: executable was named differently and the CI test names were colliding
parent
b917fb9a
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0ff4ee86
...
...
@@ -2774,7 +2774,7 @@ test_project:
-
popd
# test test_project_2stage
test_project
:
test_project
_2stage
:
tags
:
-
buildtest
script
:
...
...
@@ -2791,7 +2791,7 @@ test_project:
-
../configure PKG_CONFIG_PATH=../../build/installdest/lib/pkgconfig FC=mpif90
-
make -j
8
-
export LD_LIBRARY_PATH=$MKL_HOME/lib/intel64:$LD_LIBRARY_PATH
-
./test_real
-
./test_real
2
-
make distclean
-
popd
-
pushd build
...
...
@@ -2853,7 +2853,7 @@ test_project_2stage_intel:
-
../configure PKG_CONFIG_PATH=../../build/installdest/lib/pkgconfig FC=mpiifort
-
make -j
8
-
export LD_LIBRARY_PATH=$MKL_HOME/lib/intel64:$LD_LIBRARY_PATH
-
./test_real
-
./test_real
2
-
make distclean
-
popd
-
pushd build
...
...
Write
Preview
Supports
Markdown
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