From: Bernhard Urban Date: Mon, 13 Mar 2017 16:39:58 +0000 (+0100) Subject: [ci] add more steps to interp X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=d4513c61d42a0c413a15a269aa284eda95cdb75f [ci] add more steps to interp --- diff --git a/scripts/ci/run-test-interpreter.sh b/scripts/ci/run-test-interpreter.sh index f148a90e3c0..08a0c5d7da1 100755 --- a/scripts/ci/run-test-interpreter.sh +++ b/scripts/ci/run-test-interpreter.sh @@ -3,3 +3,5 @@ export TESTCMD=`dirname "${BASH_SOURCE[0]}"`/run-step.sh ${TESTCMD} --label=interpreter-regression --timeout=10m make -C mono/mini richeck +${TESTCMD} --label=compile-runtime-tests --timeout=40m make -w -C mono/tests -j4 tests +${TESTCMD} --label=runtime-interp --timeout=160m make -w -C mono/tests -k testinterp V=1