Browse Source

[ci] add more steps to interp

Bernhard Urban 8 years ago
parent
commit
d4513c61d4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      scripts/ci/run-test-interpreter.sh

+ 2 - 0
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