2
0
Эх сурвалжийг харах

[ci] add more steps to interp

Bernhard Urban 8 жил өмнө
parent
commit
d4513c61d4

+ 2 - 0
scripts/ci/run-test-interpreter.sh

@@ -3,3 +3,5 @@
 export TESTCMD=`dirname "${BASH_SOURCE[0]}"`/run-step.sh
 export TESTCMD=`dirname "${BASH_SOURCE[0]}"`/run-step.sh
 
 
 ${TESTCMD} --label=interpreter-regression --timeout=10m make -C mono/mini richeck
 ${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