Experimental AsyncEmbeddedScript caching

This commit is contained in:
2023-07-17 06:59:26 -06:00
parent 9fd25d94a5
commit bc6bbc9b97
6 changed files with 125 additions and 3 deletions

View File

@@ -15,6 +15,10 @@ elif [ "$KISS_TARGET" = nodejs ]; then
lix install haxelib:hxnodejs
fi
if [ -e DSLScript.cache.json ]; then
rm DSLScript*.json
fi
if [ ! -z "$2" ]; then
haxe -D cases=$2 build-scripts/common-args.hxml build-scripts/common-test-args.hxml build-scripts/$KISS_TARGET/test.hxml
else