changed: build all targets and not just the things that are actually tested
This commit is contained in:
parent
62ed653905
commit
4ca84813ae
@ -8,7 +8,7 @@ function build_module {
|
||||
test $? -eq 0 || exit 1
|
||||
if test $2 -eq 1
|
||||
then
|
||||
cmake --build . --target test-suite
|
||||
cmake --build .
|
||||
test $? -eq 0 || exit 2
|
||||
ctest -T Test --no-compress-output
|
||||
$WORKSPACE/deps/opm-common/jenkins/convert.py -x $WORKSPACE/deps/opm-common/jenkins/conv.xsl -t . > testoutput.xml
|
||||
|
Loading…
Reference in New Issue
Block a user