changed: build all targets and not just the things that are actually tested

This commit is contained in:
Arne Morten Kvarving 2016-04-05 15:31:15 +02:00
parent 62ed653905
commit 4ca84813ae

View File

@ -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