Skip to content
GitLab
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
707c46d1
Commit
707c46d1
authored
Feb 22, 2018
by
Andreas Marek
Browse files
Gitlab CI: add more flexibility
parent
5bec53bf
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ci_test_scripts/run_ci_tests.sh
View file @
707c46d1
...
...
@@ -113,6 +113,21 @@ else
grep
-i
"Expected %stop"
test-suite.log
&&
exit
1
||
true
;
if
[
$?
-ne
0
]
;
then
exit
1
;
fi
else
#eval ./configure $configureArgs
./ci_test_scripts/configure_step.sh
"
$configureArgs
"
if
[
$?
-ne
0
]
;
then
cat
config.log
&&
exit
1
;
fi
make
-j
$makeTasks
if
[
$?
-ne
0
]
;
then
exit
1
;
fi
OMP_NUM_THREADS
=
$ompThreads
make check
TASKS
=
$mpiTasks
TEST_FLAGS
=
"
$matrixSize
$nrEV
$blockSize
"
||
{
cat
test-suite-log
;
exit
1
;
}
if
[
$?
-ne
0
]
;
then
exit
1
;
fi
grep
-i
"Expected %stop"
test-suite.log
&&
exit
1
||
true
;
if
[
$?
-ne
0
]
;
then
exit
1
;
fi
fi
else
#eval ./configure $configureArgs
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment