[runtime] Add target to mkbundle all tests before CI
[mono.git] / scripts / ci / run-test-testing_aot_full.sh
index ccd228b57afc85ea3afff58e3cd1dd1fa748d2fd..b706210add30a16ffbdb42219dd7eedd0ff1474f 100755 (executable)
@@ -1,5 +1,10 @@
 #!/bin/bash -e
 
+if test -n "${MONO_STATIC_AOT}";
+then
+${TESTCMD} --label=mkbundle --timeout=25m make -j 4 -w -C mcs/class/corlib -k mkbundle-all-tests
+fi
+
 if test -n "${MONO_LLVMONLY}";
 then
 ${TESTCMD} --label=mini --timeout=25m make -j 4 -w -C mono/mini -k llvmonlycheck