From 771178002ef47bc31c8b048be7b663a20e5d9e0a Mon Sep 17 00:00:00 2001 From: Laurence Tratt Date: Tue, 10 Mar 2026 16:57:23 +0000 Subject: [PATCH] Test the repository more thoroughly in CI. --- .buildbot.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.buildbot.sh b/.buildbot.sh index 9b5c7c5..e1df0fc 100644 --- a/.buildbot.sh +++ b/.buildbot.sh @@ -16,4 +16,7 @@ cd lua-${v} make -j "$(nproc)" cd .. -sh run.sh "${PWD}/lua-${v}/src/lua" +for _ in $(seq 100); do + sh run.sh "${PWD}/lua-${v}/src/lua" + YKD_SERIALISE_COMPILATION=1 sh run.sh "${PWD}/lua-${v}/src/lua" +done